authorgravatar for jay@jayschwa.netJay Petacat <jay@jayschwa.net> 2018-12-08 15:04:56-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-12-11 01:44:48-05:00
log57113bab2f3802cc823494b9aa1df280cb005e2a
tree208bbea74e76144f7f074842e0c2c8ef430c7555
parent68b0fce62f684a4b491ebb36dea06bd4d9ff5219

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;