From f719ca127c18b010fe0aaa92576afa4af02e889c Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Sun, 16 Feb 2025 12:01:32 -0500 Subject: [PATCH] update styles.css to change font-family from monospace to sans-serif for improved readability --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 0d701e7..c9016a2 100644 --- a/styles.css +++ b/styles.css @@ -17,7 +17,7 @@ body { - font-family: 'ChicagoFLF', 'Courier New', monospace; + font-family: 'ChicagoFLF', 'Courier New', sans-serif; background: linear-gradient(135deg, #1e1e2f, #1e2f4f); color: #fff; text-align: center;