From becf8fd1d28d2d6e54dfb61494a6599b7f9861b8 Mon Sep 17 00:00:00 2001 From: Florian Wilhelm <2292245+fwilhe@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:07:49 +0200 Subject: [PATCH] font-family: Sans-Serif --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 300484f..957c36f 100644 --- a/style.css +++ b/style.css @@ -2,6 +2,7 @@ body, html { margin: 0; padding: 0; height: 100%; + font-family: Sans-Serif; } table {