Use system fonts where possible. (#1050)

Also put Arial after Helvetica. I hate Arial.
pull/1057/head
Jed Fox 5 years ago committed by GitHub
parent e9058dc5a7
commit 8a6e2bf9cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,8 @@
body {
margin: 0;
--ui-font: Arial, Helvetica, sans-serif;
--ui-font: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica,
Arial, sans-serif;
font-family: var(--ui-font);
color: var(--text-color-primary);
-webkit-text-size-adjust: 100%;

Loading…
Cancel
Save