CSS & Rendering · AuditJet Glossary
FOUT (Flash of Unstyled Text)
A web font loading behaviour where text is initially rendered in a fallback font before the custom font loads, causing a visible flash and potential layout shift.
FOUT occurs when font-display is set to 'swap' — the browser shows fallback font text immediately, then swaps to the custom font when it loads. While FOUT prevents invisible text (FOIT), the swap can cause Cumulative Layout Shift if the fallback and custom fonts have different metrics. Using font-display: optional or size-adjust on the fallback font can mitigate CLS from FOUT.
Frequently asked questions
What is FOUT (Flash of Unstyled Text)?
A web font loading behaviour where text is initially rendered in a fallback font before the custom font loads, causing a visible flash and potential layout shift.
How does AuditJet measure FOUT (Flash of Unstyled Text)?
AuditJet runs automated Google Lighthouse audits that surface FOUT (Flash of Unstyled Text) scores alongside actionable fix guidance. You can track FOUT (Flash of Unstyled Text) trends across all your pages and receive alerts when the metric regresses.
Monitor FOUT continuously
AuditJet tracks Core Web Vitals on a schedule with revenue impact alerts — powered by Google Lighthouse and Google PageSpeed Insights.
Start Free