docs: Prefer system-ui font-family
system-ui is a new generic font-family for matching the font used in the operating system's native user interface. E.g. Roboto on Android, San Francisco on macOS, Segoe UI on Windows, etc. https://caniuse.com/#search=system-uimaster
parent
68b0fce62f
commit
57113bab2f
|
@ -8,7 +8,7 @@
|
|||
body{
|
||||
background-color:#111;
|
||||
color: #bbb;
|
||||
font-family: sans-serif;
|
||||
font-family: system-ui, sans-serif;
|
||||
}
|
||||
a {
|
||||
color: #88f;
|
||||
|
|
Loading…
Reference in New Issue