Changed font to sans serif

This commit is contained in:
Jocelyn 2025-03-18 06:18:58 +01:00
parent 9eacbbbd46
commit 28af488e93

View file

@ -5,7 +5,7 @@
#define COL5 #FEC89A
body {
font-family: serif;
font-family: sans-serif;
max-width: 600px;
margin: auto;
}