diff --git a/static/style.css b/static/style.css index 82bce66..abc54f5 100644 --- a/static/style.css +++ b/static/style.css @@ -10,7 +10,7 @@ body { background: var(--bg); margin: 0px; padding: 0px; - font-family: "ubuntu", "sans"; + font-family: "ubuntu", sans-serif; color: var(--fg); }