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
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1
| ... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
| 8 | body{ | 8 | body{ |
| 9 | background-color:#111; | 9 | background-color:#111; |
| 10 | color: #bbb; | 10 | color: #bbb; |
| 11 | font-family: sans-serif; | 11 | font-family: system-ui, sans-serif; |
| 12 | } | 12 | } |
| 13 | a { | 13 | a { |
| 14 | color: #88f; | 14 | color: #88f; |