mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Use system fonts where possible. (#1050)
Also put Arial after Helvetica. I hate Arial.
This commit is contained in:
parent
e9058dc5a7
commit
8a6e2bf9cf
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue