- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 11 Dec 2019 22:50:09 +0000
- To: public-css-archive@w3.org
No, it can't. See <https://drafts.csswg.org/css-fonts-4/#family-name-syntax> for the details - that @font-face is totally valid, and `font-family: "system-ui";` will select it, but `font-family: system-ui;` will only select the generic family; the generic keywords do not match the `<family-name>` production that looks for local/web fonts. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4580#issuecomment-564768748 using your GitHub account
Received on Wednesday, 11 December 2019 22:50:10 UTC