diff --git a/doc/langref.html.in b/doc/langref.html.in
index 7f3485289cfd87e00eb1b35870fa9e3063cf9c99..a1903331a4075744d15e5586cc6692ae5d5d85e9 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -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;