From 1fd1f80697c297b3b0d10e206b1ea80a01456074 Mon Sep 17 00:00:00 2001 From: Yuki Joou Date: Wed, 31 May 2023 19:10:52 +0200 Subject: [PATCH] style: Made the font sans-serif by default --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index c841bd7..626f58d 100644 --- a/static/style.css +++ b/static/style.css @@ -14,6 +14,8 @@ body { background-color: var(--background-color); color: var(--foreground-color); + + font-family: sans-serif, sans; } header {