Use system fonts where possible. (#1050)

Also put Arial after Helvetica. I hate Arial.
This commit is contained in:
Jed Fox
2020-03-22 16:11:21 -04:00
committed by GitHub
parent e9058dc5a7
commit 8a6e2bf9cf

View File

@ -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%;