Skip to content

Instantly share code, notes, and snippets.

@popeating
Created June 26, 2023 16:40
Show Gist options
  • Save popeating/8d002b055bd1050c847a67efc7cbe4c3 to your computer and use it in GitHub Desktop.
Save popeating/8d002b055bd1050c847a67efc7cbe4c3 to your computer and use it in GitHub Desktop.
import localFont from 'next/font/local'
// Font files can be colocated inside of `app`
const myFont = localFont({
src: './my-font.woff2',
display: 'swap',
...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment