aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-06-21 01:49:03 +0100
committerGitHub <noreply@github.com>2023-06-21 01:49:03 +0100
commit9b05e99af88435a9e33102f392b99ed09d4c8df1 (patch)
treebaef3443a5ecc394e076c8416a4efa5102b213de
parent6665998008f291bf852dbcc6072286a208610688 (diff)
feat: change all fonts to monospace
-rw-r--r--public/css/global.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/global.css b/public/css/global.css
index 693452b..cce8b31 100644
--- a/public/css/global.css
+++ b/public/css/global.css
@@ -2,6 +2,10 @@
This stylesheet contains all styles which are
the same across both themes.
*/
+* {
+ font-family: monospace;
+}
+
ul {
list-style-type: square;
}