Re: [csswg-drafts] [css-fonts] is it allowed for generic families like system-ui to be overridden by @font-face? (#4580)

Just to clarify:

Should 
```css
@font-face {
    font-family: "system-ui";
    src: local("Arial");
}
```
(with double quotes) override generic fonts system-ui?



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

Received on Wednesday, 11 December 2019 22:53:04 UTC