Custom Font
Unanswered
MecryTv | Joe posted this in #help-forum
Quick question. How can I add a custom font to next js that is in my folder structure?
1 Reply
You can use the
See: https://nextjs.org/docs/app/building-your-application/optimizing/fonts#local-fonts
next/font/local module and give it your file in the source prop.See: https://nextjs.org/docs/app/building-your-application/optimizing/fonts#local-fonts