From ab041560dedff6b17a530c4ed4be2246a110a304 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 16 Mar 2025 12:43:57 +0800 Subject: Comic Sans --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index e5398ce..a3acd10 100644 --- a/static/style.css +++ b/static/style.css @@ -6,7 +6,7 @@ /* Base styles and variables */ html { - font-family: sans-serif; + font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif; /* Yes */ background-color: var(--background-color); color: var(--text-color); --radius-1: 0.32rem; -- cgit v1.2.3