diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-16 12:56:02 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-16 12:56:02 +0800 |
commit | 254b86d5f486605582f0f4640e046b4a7a0a9c30 (patch) | |
tree | ff2c508e9ed0b40f4efc8c8bfc6a062bb47d09de /static/style.css | |
parent | Show branches (diff) | |
download | forge-go.tar.gz forge-go.tar.zst forge-go.zip |
Comic Sansgo
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 2 |
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; |