Re: [csswg-drafts] [css-fonts-4] Content authors want to modify style based on the presence of color fonts

@RoelN That's already handled by the `format()` function in the `@font-face/src` descriptor; you can list the required features the file needs, and the UA will skip over it if they don't support the feature.

I'm in favor of figuring out an `@supports` syntax for this. Per usual with `@supports`, this ideally would let browsers reuse the same parsing logic they already have for the `format()` feature detection.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2540#issuecomment-383723263 using your GitHub account

Received on Monday, 23 April 2018 21:07:18 UTC