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-ui
master
Jay Weisskopf 2018-12-08 15:04:56 -05:00 committed by Andrew Kelley
parent 68b0fce62f
commit 57113bab2f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
body{
background-color:#111;
color: #bbb;
font-family: sans-serif;
font-family: system-ui, sans-serif;
}
a {
color: #88f;