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
/* if font-tech is not supported, we end up with "not font-tech" *//* so we only have two choices: n/a or supported */
#cssCOLRv0:after{content:"n/a";}@supportsfont-tech(color-COLRv0){#cssCOLRv0:after{content:"supported";}}/*@supports not font-tech(color-COLRv0){#cssCOLRv0:after{content:"not supported";}} */
#cssCOLRv1:after{content:"n/a";}@supportsfont-tech(color-COLRv1){#cssCOLRv1:after{content:"supported";}}
#cssOpenType:after{content:"n/a";}@supportsfont-tech(feature-opentype){#cssOpenType:after{content:"supported";}}/* if font-format is not supported, it doesn't fire "not font-format" *//* so we only have two choices: n/a or supported: i.e we can't return not supported by default */
#cssWoff2:after{content:"n/a";}@supportsfont-format(woff2){#cssWoff2:after{content:"supported";}}
font types: e.g. woff, woff2, svg opentype, graphite, COLRv1, etc
accumulated links
CSS
CSS.supports
edit: 71c5470
FONT FACE
see example for woff2: lightening fast -
TZP/js/fonts.js
Line 968 in 98431ac
graphite causes errors
The text was updated successfully, but these errors were encountered: