From 435daae1771fc7e4b43149aaef5d433f64f966c1 Mon Sep 17 00:00:00 2001 From: gr00tie Date: Mon, 6 Nov 2023 10:29:20 +0100 Subject: [PATCH] Update styles.css --- includes/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/styles.css b/includes/styles.css index 794135a..85055a8 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -182,7 +182,7 @@ tr:hover { /* Hacker theme styles */ body { - font-family: 'Dosis', monospace; + font-family: 'Noto Sans', monospace; background: #0f0f0f; /* Dark background for hacker aesthetic */ color: #e69109; /* Bright green text, reminiscent of old terminals */ }