aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-16 12:43:57 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-16 12:43:57 +0800
commitab041560dedff6b17a530c4ed4be2246a110a304 (patch)
tree893df78a55fbc8bc49fb8dd922f0f17be18aa2e0 /static/style.css
parentHandle SIGINT (diff)
downloadforge-ab041560dedff6b17a530c4ed4be2246a110a304.tar.gz
forge-ab041560dedff6b17a530c4ed4be2246a110a304.tar.zst
forge-ab041560dedff6b17a530c4ed4be2246a110a304.zip
Comic SansHEADmaster
Diffstat (limited to '')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
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;