1
0
mirror of https://github.com/google/fonts.git synced 2024-12-18 14:21:47 +03:00
fonts/cc-by-sa/knowledge/glossary/terms/fout/content.md
2022-03-28 12:02:37 -07:00

705 B
Raw Blame History

A “flash of unstyled text” is the phenomenon in which a web page loads with the type set using system fonts before switching to the intended typeface(s). This delay is caused by the web fonts being downloaded to the users device.

Two abstract representations of FOUT on a mobile phone: On the left, the content is rendered in system fonts. On the right, the content is rendered in web fonts.

The effect can be prevented using the CSS font-display property but is not recommended because it hides the content, resulting in FOIT.