mirror of
https://github.com/discourse/discourse.git
synced 2025-02-24 16:24:09 +08:00
UX: update system font stack to system-ui (#31125)
support for the `system-ui` value is widely available now, so we can drop the device specific values: https://highperformancewebfonts.com/read/ditch-BlinkMacSystemFont-and-apple-system https://caniuse.com/?search=system-ui
This commit is contained in:
parent
c8718a64dd
commit
0989c4b0a4
@ -1,6 +1,5 @@
|
||||
body.invite-page {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||
Oxygen-Sans, Ubuntu, Cantarell, Arial, sans-serif;
|
||||
font-family: system-ui, Arial, sans-serif;
|
||||
|
||||
#main-outlet-wrapper {
|
||||
padding: 0;
|
||||
|
@ -22,8 +22,7 @@ body.wizard {
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom;
|
||||
color: var(--primary-very-high);
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||
Oxygen-Sans, Ubuntu, Cantarell, Arial, sans-serif;
|
||||
font-family: system-ui, Arial, sans-serif;
|
||||
|
||||
.wrap {
|
||||
max-width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user