-
Notifications
You must be signed in to change notification settings - Fork 719
[css-fonts] Add a ui-sans-serif keyword to go with ui-serif #4468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
The result of the discussion in #4397, which is about Nastaliq and styles or hands of other non-European scripts, should probably also inform the decision which UI fonts should be accessible through CSS, and perhaps voice versa (re rounded). |
The CSS Working Group just discussed
The full IRC log of that discussion |
litherum
added a commit
to litherum/wpt
that referenced
this issue
Nov 23, 2019
foolip
pushed a commit
to web-platform-tests/wpt
that referenced
this issue
Nov 28, 2019
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this issue
Dec 5, 2019
… a=testonly Automatic update from web-platform-tests [css-fonts] Add tests for ui-sans-serif (#20415) As per w3c/csswg-drafts#4468 -- wpt-commits: 1e9199f75fae376a4ced1d322c34b0dc7eb670b6 wpt-pr: 20415
xeonchen
pushed a commit
to xeonchen/gecko
that referenced
this issue
Dec 5, 2019
… a=testonly Automatic update from web-platform-tests [css-fonts] Add tests for ui-sans-serif (#20415) As per w3c/csswg-drafts#4468 -- wpt-commits: 1e9199f75fae376a4ced1d322c34b0dc7eb670b6 wpt-pr: 20415
bhearsum
pushed a commit
to mozilla-releng/staging-firefox
that referenced
this issue
May 1, 2025
… a=testonly Automatic update from web-platform-tests [css-fonts] Add tests for ui-sans-serif (#20415) As per w3c/csswg-drafts#4468 -- wpt-commits: 1e9199f75fae376a4ced1d322c34b0dc7eb670b6 wpt-pr: 20415
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A follow-up to #4107:
In that issue we agreed to add
ui-serif
,ui-monospaced
, andui-rounded
to allow access to variants of system fonts other than the standardsystem-ui
font. However, this set of names assumes thatsystem-ui
is a sans-serif style, which may not always be true.There should be a
ui-sans-serif
keyword for authors who want to specifically request the system's sans serif style. Thesystem-ui
keyword would continue to be the primary font used by the system interface, regardless of style. These two keywords might map to the same font; the difference is in intent.The text was updated successfully, but these errors were encountered: