How to prevent Flash of Invisible Text with Webfonts
Are you seeing this message warning in your Lighthouse report?
Ensure text remains visible during Webfont load
It looks like you're using Webfonts!
The culprit you're looking for is called FOIT (flash of invisible text). This troublemaker also has ...
blog.jankoritak.com5 min read
Honza
Web Developer
Lee Robinson from Vercel repeatedly vouches for using
font-display: optionalinstead of theswap. He bases his advice on analysis ran across their hosting platform.His advice in short is:
How does that compare to your recommendation?