From 9b05e99af88435a9e33102f392b99ed09d4c8df1 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Wed, 21 Jun 2023 01:49:03 +0100 Subject: feat: change all fonts to monospace --- public/css/global.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- cgit v1.2.3-54-g00ecf