From edea36bb98dc40a61b478ba9f21827c0d6489699 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Sat, 7 Sep 2024 17:42:59 +0100 Subject: [PATCH] footer should be monospace as well --- src/styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/global.css b/src/styles/global.css index 6a0cf21..bb6b478 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -68,6 +68,7 @@ body, header, +footer, pre { font-family: "CommitMono", monospace, monospace; }