From ebb48046f30336db5a587eae9b23df3ad620944a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ru=C3=A1n=20Murgatroyd?= Date: Wed, 17 Apr 2024 15:33:00 +0100 Subject: [PATCH] Reverting to our actual style --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index a51244a..b3447e5 100644 --- a/style.css +++ b/style.css @@ -57,13 +57,13 @@ body { } .title { - font-family: 'Consolas', monospace; + font-family: 'IBM Plex Mono', monospace; font-weight: 700; text-shadow: 5px 5px 5px 5px var(--grey-1); } .subtitle { - font-family: 'Comic Sans', sans-serif; + font-family: 'IBM Plex Sans', sans-serif; font-weight: 200; text-shadow: 5px 5px 5px 5px var(--grey-1); }