summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Zrounba <6691770+clement-z@users.noreply.github.com>2020-12-13 02:51:01 +0100
committerClément Zrounba <6691770+clement-z@users.noreply.github.com>2020-12-13 02:51:01 +0100
commit57b4286ab29e0db6c3c9f28965113faf94aa426e (patch)
treec5e053b7b0d586896c2a49e4ece49a9c97ac2705
parent72410446d5d68a79680ba31ea7ae24d323a14d5b (diff)
downloadmumble-website-57b4286ab29e0db6c3c9f28965113faf94aa426e.tar.gz
mumble-website-57b4286ab29e0db6c3c9f28965113faf94aa426e.zip
update styles.css to match font name
-rw-r--r--public/styles.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/styles.css b/public/styles.css
index 8cd39c3..db6894c 100644
--- a/public/styles.css
+++ b/public/styles.css
@@ -42,7 +42,7 @@ body {
}
.mono {
- font-family:'Cascadia Code Webfont';
+ font-family:'Cascadia Code converted for Web';
}
div.figure {
@@ -228,12 +228,12 @@ footer .box-link, footer .box {
}
#monofont-rb:checked ~ * {
- font-family: 'Cascadia Code Webfont';
+ font-family: 'Cascadia Code converted for Web';
line-height: 2.1;
}
#dyslexicfont-rb:checked ~ * {
- font-family: OpenDyslexic;
+ font-family: 'Open Dyslexic';
font-weight: normal;
line-height: 2.1;
}