[csswg-drafts] [css-conditional-3] Specific font families?

ShaneHudson has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-conditional-3] Specific font families? ==
Would it be feasible to add the ability to use `@supports` for checking if particular font-families available?

For instance something like:

```
@supports (font-family: georgia) {
    body {
        font-size: 1.1em;
    }
}
```
The main use-case for this would be improving (and indeed testing, by misspelling) typography for fallbacks. This is especially useful for fonts that have very different sizes by default, in which changing the font could make the layout look odd.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2139 using your GitHub account

Received on Wednesday, 27 December 2017 20:45:11 UTC