- From: Myles C. Maxfield via GitHub <sysbot+gh@w3.org>
- Date: Sat, 24 Aug 2019 18:10:29 +0000
- To: public-css-archive@w3.org
As for syntax, I think there are a few contestants: - `system-ui-rounded`: Familiar to authors, yet possibly causing compatibility problems if anyone ever makes a real font with this exact name (for some reason) - `system-ui(rounded)`: Simple, yet possibly confusing because font family names are strings in every other context - `env(system-ui-rounded)`: Conceptually pure, but exposes the platform-specific font name to the Web, if this environment variable was used in another context. E.g. `content: env(system-ui-rounded)`. -- GitHub Notification of comment by litherum Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4107#issuecomment-524570372 using your GitHub account
Received on Saturday, 24 August 2019 18:10:32 UTC