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
[css-fonts-4] Call Fetch directly for @font-face loads
This change makes the CSS Fonts spec call directly into the Fetch spec
when specifying the requirements for loading fonts from @font-face rules.
Otherwise, without this change, the CSS Fonts spec references
“potentially CORS-enabled fetch”, which is an obsolete algorithm that no
longer exists either in the Fetch spec nor in HTML.
0 commit comments