Quote:
Originally Posted by hobnail
If it's the @supports at the end of your css file that's causing the problem I'd just use the font-variant stuff without checking. I don't know if anything goes wrong if the font doesn't support them.
|
@supports doesn't query the font, it queries the renderer, i.e., it queries support for the font-variant-numeric property in this case. And in that case I think the @support rule is unnecessary, because a renderer that doesn't support the requested property should just ignore it (except if it's RMSDK, which chokes on unknown stuff, but if it turns out to choke on @supports too, then nothing is gained either way).