Commit 57113bab2f

Jay Weisskopf <jay@jayschwa.net>
2018-12-08 21:04:56
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 parent 68b0fce
Changed files (1)
doc/langref.html.in
@@ -8,7 +8,7 @@
       body{
         background-color:#111;
         color: #bbb;
-        font-family: sans-serif;
+        font-family: system-ui, sans-serif;
       }
       a {
         color: #88f;