From aff9afd08d8c7b32779479834bf9b0e569a7c964 Mon Sep 17 00:00:00 2001 From: flamez Date: Wed, 23 Apr 2025 07:54:03 +0000 Subject: [PATCH] Update src/style.css --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 3f20c06..28cc396 100644 --- a/src/style.css +++ b/src/style.css @@ -22,14 +22,14 @@ h1{ color: #FFFFFF; } p1{ - font-family: "Times New Roman"; + font-family: "Verdana"; font-size: 100%; color: #FFFFFF; } p.solid{border-style: solid;} p2{ - font-family: "Times New Roman"; + font-family: "Verdana"; font-size: 100%; color: #000000; }