You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
I'm suggesting we include font-display: fallback; on html or similarly. Just learned about it, but if supported (most do) it'll allow a short period of invisible text (~100ms) as fonts load, then if it's taking longer the browser will show a fallback font from the font-family. This would be meant to improve content access just in case the web font is too large or the user's connection is bad.
The text was updated successfully, but these errors were encountered:
https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display
I'm suggesting we include
font-display: fallback;
onhtml
or similarly. Just learned about it, but if supported (most do) it'll allow a short period of invisible text (~100ms) as fonts load, then if it's taking longer the browser will show a fallback font from thefont-family
. This would be meant to improve content access just in case the web font is too large or the user's connection is bad.The text was updated successfully, but these errors were encountered: