From fd58adab5c657345bdce23bf878b5425aacf21bc Mon Sep 17 00:00:00 2001 From: Simon Priet Date: Wed, 9 Sep 2020 17:38:20 +0200 Subject: [PATCH] feat: removed unwanted fonts types --- xstyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xstyle.css b/xstyle.css index 3c8421f..52e2877 100644 --- a/xstyle.css +++ b/xstyle.css @@ -15,12 +15,12 @@ } body, .navbar .welcome-message { - font-family: Calibri, "Segoe UI", Alef, sans-serif; + font-family: Calibri, "Segoe UI", sans-serif; } h1, h1 a, nav.horizontal a { - font-family: "Chalkboard", "Alegreya Sans", Candara, sans-serif; + font-family: "Chalkboard", Candara, sans-serif; letter-spacing: -1px; } nav.horizontal a {