Merge pull request #1225 from kelciour/segoe-ui-font-fix

Fix  Segoe UI got replaced with Arial on Windows
This commit is contained in:
Damien Elmes 2021-06-10 22:29:06 +10:00 committed by GitHub
commit 18f8e3743b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,6 @@
}
body {
font-family: Helvetica, Arial;
color: var(--text-fg);
background: var(--window-bg);
margin: 1em;