| author | |
| committer | |
| log | 5f5364ad73dc6c31e1e189596f407970f852701a |
| tree | 5fbb35b30640f8c4fd616c3132d556af9a3bc11c |
| parent | 57113bab2f3802cc823494b9aa1df280cb005e2a |
1 files changed, 7 insertions(+), 1 deletions(-)
doc/langref.html.in+7-1| ... | ... | @@ -8,7 +8,13 @@ |
| 8 | 8 | body{ |
| 9 | 9 | background-color:#111; |
| 10 | 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 | 19 | a { |
| 14 | 20 | color: #88f; |