#Next.js 13 - Fonts are not always applied

7 messages · Page 1 of 1 (latest)

gray trench
#

Next.js 13 - Fonts are not always applied

next talon
#

is this happening in in dev mode only or in build as well?

warm sluice
#

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.

next talon
#

Do you use next-fonts?