From f7cc3a7e05e143fa95fdffe65a18722d35d83220 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Mon, 29 Jan 2024 22:11:59 +0300 Subject: [PATCH] Change font to sans-serif --- root/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/root/style.css b/root/style.css index 0467c72..9ae77bd 100644 --- a/root/style.css +++ b/root/style.css @@ -7,6 +7,7 @@ html, body { .center { color: lightgreen; background-color: red; + font-family: sans-serif; height: 100%;