Commit: 2f9fea9
Parent: ac32f4b

Style UI with system font

Mårten Åsberg committed on 2026-05-11 at 15:14
src/Frontend/src/style.css +1 -0
diff --git a/src/Frontend/src/style.css b/src/Frontend/src/style.css
index ea496c5..7772771 100644
@@ -4,6 +4,7 @@ body,
height: 100%;
overflow: hidden;
background: #000;
font-family: system-ui, sans-serif;
}
*,