removed serif font
authorMatthewOwens <matthew@owens.tech>
Tue, 21 Jul 2020 16:19:46 +0000 (17:19 +0100)
committerMatthewOwens <matthew@owens.tech>
Tue, 21 Jul 2020 16:19:46 +0000 (17:19 +0100)
style.css

index 2b67f89..5209a5d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,5 +1,5 @@
 body {
-       font-family:Monaco,Lucidia Console,Liberation Mono, DejaVu Sans Mono, serif;
+       font-family:Monaco,Lucidia Console,Liberation Mono, DejaVu Sans Mono, sans-serif;
        font-size: 1vmax;
        background-color: #1c1c1c;
        color: #aaaaaa;