From 5b1e543d417bb19b678a3953066405a71756c5b8 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 17 Mar 2025 12:40:42 +0800 Subject: [PATCH] Revert "Comic Sans" This reverts commit 254b86d5f486605582f0f4640e046b4a7a0a9c30. --- static/style.css | 2 +- diff --git a/static/style.css b/static/style.css index a3acd100f1c24871cb70e68b32051e864ea5f84d..e5398ceee48a76abc6c9c1e9996fe02fe1ff969f 100644 --- a/static/style.css +++ b/static/style.css @@ -6,7 +6,7 @@ */ /* Base styles and variables */ html { - font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif; /* Yes */ + font-family: sans-serif; background-color: var(--background-color); color: var(--text-color); --radius-1: 0.32rem; -- 2.48.1