From 0b50c53b22e372377addc74bd6baaf86d2592e9b Mon Sep 17 00:00:00 2001 From: Sijmen Date: Thu, 27 Apr 2023 18:44:36 +0200 Subject: [PATCH] Fix font --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index b71e4d8..d5da5aa 100644 --- a/static/style.css +++ b/static/style.css @@ -11,7 +11,7 @@ html { } body { - font-family: sans; + font-family: sans-serif; background-color: #112; color: #fff; display: flex;