-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set font-display: swap as default #148
Comments
How would this change affect browsers that don't support this feature? |
This change has no effects on browsers that don't support it.
https://css-tricks.com applied this feature even though IE 11 does not support This article |
See #119 for prior report. |
Thanks for the recommendation; we're trying it out. |
Font loading has a performance issue. And set
font-display: swap
is not possible with CDN.Is it possible to set
font-display: swap
as default?@font-face { ... + font-display: swap; }
see also Suggestion: Implement font-display, Ensure text remains visible during webfont loads.
The text was updated successfully, but these errors were encountered: