From 2e3657f1018cd686b6336568c4ce13469b9959e2 Mon Sep 17 00:00:00 2001 From: zyqunix Date: Thu, 28 Nov 2024 16:58:23 +0100 Subject: [PATCH] removed hack font too --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 4e1dcb9..d36a45d 100644 --- a/style.css +++ b/style.css @@ -11,7 +11,7 @@ body { align-items: center; height: 100%; min-height: 100%; - font-family: 'Hack', monospace; + font-family: monospace; font-size: small; background-color: #2a2a2a; transition: background-color 0.3s, color 0.3s;