Re: [csswg-drafts] [css-values] ch units shouldn’t cause font downloads (#3135)

The particular case I'm concerned about is something like this:

```
@font-face {
    font-family: DoesNotSupportZero;
    src: url(...);
    unicode-range: a range that doesn't include the '0' character
}

@font-face {
    font-family: ShouldNotBeDownloaded;
    src: url(...);
}

<div style="font-family: DoesNotSupportZero, ShouldNotBeDownloaded;">Some text that doesn't have the zero character in it</div>
```

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


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

Received on Wednesday, 3 November 2021 20:53:41 UTC