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