♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
app-external
/
node_modules
/
font
/
index.ts
index.ts
4 lines
101 B
import
localFont
from
'next/font/local'
export
const
myFont
=
localFont
({ src:
'./my-font.woff2'
})
v2.0.0
/
Go
SIGN IN