From 0b80bd8a904d3fb8c15160fa1695657bfc7c30eb Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 27 Mar 2025 11:56:42 +0200 Subject: [PATCH] Add generic font family --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 4a72212..6a5e289 100644 --- a/public/style.css +++ b/public/style.css @@ -7,7 +7,7 @@ html { html * { color: white; - font-family: Roboto; + font-family: Roboto, serif; } span {