From 9d5247306d06bd6a41f8d0f7e50de761ab449f2f Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 7 Aug 2024 14:56:15 +0100 Subject: [PATCH] Change font to Courier --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 647f9da..0f9f6fc 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -5,7 +5,7 @@ } :root { - --font-family: sans-serif; + --font-family: "Courier Prime", monospace; --font-size: 10; --author-row-font-size: 12px; --heading1-font-size: 25px;