Re: [csswg-drafts] [css-fonts-4][css-nesting] Nesting of @supports inside @font-face and font technology feature queries (#6520)

We would also need to test what happens with

```css
@font-format {
  font-family: foo;
  src: url("foo.woff") format("color-COLRv1");
}
```
because I suspect with an omitted actual format, the font is assumed to be an unsupported format and is not loaded.

In general the whole `format()` thing is a buggy hack with huge backwards-compatible fragility; adding anything is highly constrained and we can't do good design in this space. I would be much happier with (as we originally resolved)

1. dropping [supports <font-technology>#]? from `@font-face` `src` entirely
2. using the conditional features in Conditional 4 instead, together with `font-technology()`

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 6 October 2021 16:22:48 UTC