Closed
Description
Should we have a feature query for variable fonts?
(reference https://hacks.mozilla.org/2016/08/using-feature-queries-in-css/)
@supports (font-variation-settings: "opsz" 14) {
// code that will only run if variable fonts are supported by the browser
}
Pondering:
@supports (font-variation-settings: "XOPQ" 14) {
// what happens here? :)
}
This idea came from a chat with @jensimmons at the www.snd.org conference :)