rohanray / next-fonts

Import fonts in Next.js (supports woff, woff2, eot, ttf, otf & svg)
179 stars 12 forks source link

Flash of Invisible Text #25

Closed jmayergit closed 4 years ago

jmayergit commented 4 years ago

The with-local-fonts example shows a FOIT on initial page load.

Is this something that can be avoided with SSR ?

rohanray commented 4 years ago

This should be fixed now. Please see https://next-fonts-local-example.now.sh/ for a live demo

Please upgrade next-fonts package to 1.1.0. Thanks -RR