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 {