diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/style.css b/share/style.css index 0dc2450..bb8537c 100644 --- a/share/style.css +++ b/share/style.css @@ -2,8 +2,9 @@ :root { --width: 720px; - --font-main: Verdana, sans-serif; - --font-secondary: Verdana, sans-serif; + --font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", + "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", + "Helvetica Neue", sans-serif; --font-scale: 1em; --background-color: #fff; --heading-color: #222; @@ -16,7 +17,7 @@ } body { - font-family: var(--font-secondary); + font-family: var(--font-main); font-size: var(--font-scale); margin: auto; padding: 20px; |