change font

This commit is contained in:
uimaxbai 2025-12-31 14:48:25 +00:00
parent a90c97c578
commit 176f81e8fb

View file

@ -1,11 +1,10 @@
/* Retro 90s Styling */ /* Retro 90s Styling */
body { body {
background-color: #c0c0c0; background-color: #c0c0c0;
font-family: "Times New Roman", Times, serif; font-family: "Verdana", "Arial", "Helvetica", sans-serif, "Times New Roman", Times, serif;
color: #000000; color: #000000;
margin: 0; margin: 0;
padding: 0; padding: 0;
background-image: url("assets/bg_texture.gif"); /* Fallback if not found is just grey */
} }
a { a {