File size: 101 Bytes
1e92f2d |
1 2 3 4 |
import localFont from 'next/font/local'
export const myFont = localFont({ src: './my-font.woff2' })
|
1e92f2d |
1 2 3 4 |
import localFont from 'next/font/local'
export const myFont = localFont({ src: './my-font.woff2' })
|