← Back to release summary

Intervention: WebFonts use adaptive timeouts to take fallback fonts

Category
Network / Connectivity
Type
New or changed feature
Status
Browser Intervention (Chrome 49)
Intent stage
None

Summary

Originally, Blink use fallback fonts if the font loading isn't finished in 3 seconds. But this timeout value wasn't defined in any spec. Blink changes this timeout adaptively to improve performance on slow connections. If font-display feature is enabled, this change happens only if 'auto' is specified to follow the font-display spec. Otherwise, it happens always. The definition of slow connection would be changed in the field trial.

Standards & signals

Docs: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display

View on chromestatus.com