From 7f024dae6f2b67ae37490f9a6b22290aa4afa3f4 Mon Sep 17 00:00:00 2001 From: Simon Priet Date: Thu, 23 Jul 2020 17:55:12 +0200 Subject: [PATCH] fix : play with new fonts --- xstyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xstyle.css b/xstyle.css index 41cc24e..d860d2e 100644 --- a/xstyle.css +++ b/xstyle.css @@ -1,13 +1,13 @@ @-moz-document domain("opendigitaleducation.com") { body, .navbar .welcome-message { - font-family: Calibri, "Segoe UI", Alef, sans-serif; + font-family: Calibri, "Segoe UI", "Chalkboard", "Herriweather Sans", sans-serif; } h1, h1 a, nav.horizontal a { - font-family: Rancho, "Bubblegum Sans", sans-serif; + font-family: "Bubblegum Sans", Rancho, sans-serif; font-weight: normal; } .navbar .welcome-message {