font-family fallbacks for unsupported system-ui

This commit is contained in:
Jay Weisskopf 2018-12-09 12:51:28 -05:00 committed by Andrew Kelley
parent 57113bab2f
commit 5f5364ad73

View File

@ -8,7 +8,13 @@
body{
background-color:#111;
color: #bbb;
font-family: system-ui, sans-serif;
font-family: system-ui,
/* Fallbacks for browsers that don't support system-ui */
/* https://caniuse.com/#search=system-ui */
-apple-system, /* iOS and macOS */
Roboto, /* Android */
"Segoe UI", /* Windows */
sans-serif;
}
a {
color: #88f;