From 176f81e8fb812b61a8820945fe17211e0a8781d5 Mon Sep 17 00:00:00 2001 From: uimaxbai <61615730+uimaxbai@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:48:25 +0000 Subject: [PATCH] change font --- legacy/legacy.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/legacy/legacy.css b/legacy/legacy.css index 095f2e0..4a4d9a1 100644 --- a/legacy/legacy.css +++ b/legacy/legacy.css @@ -1,11 +1,10 @@ /* Retro 90s Styling */ body { background-color: #c0c0c0; - font-family: "Times New Roman", Times, serif; + font-family: "Verdana", "Arial", "Helvetica", sans-serif, "Times New Roman", Times, serif; color: #000000; margin: 0; padding: 0; - background-image: url("assets/bg_texture.gif"); /* Fallback if not found is just grey */ } a {