Skip to content

Commit

Permalink
Use system fonts where possible. (excalidraw#1050)
Browse files Browse the repository at this point in the history
Also put Arial after Helvetica. I hate Arial.
  • Loading branch information
j-f1 authored Mar 22, 2020
1 parent e9058dc commit 8a6e2bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down

0 comments on commit 8a6e2bf

Please sign in to comment.