#Next.js 13 - Fonts are not always applied
7 messages · Page 1 of 1 (latest)
is this happening in in dev mode only or in build as well?
This seems to be a common issue, there's an existing open issue for this as well.
Encountered it personally.
I had to migrate back to my old font CDN.
One way to fix the issue is by setting the font display to swap.
Do you use next-fonts?