From 543e735c5e47fa6f59b3e6e1a8bcc1957dca2dc7 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 7 Jan 2023 19:15:37 +0000 Subject: Remove `font-secondary` variable --- share/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'share/style.css') 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; -- cgit v1.2.3-70-g09d2