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
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.
https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display
I'm suggesting we include
font-display: fallback;onhtmlor 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.