ui: change main dashboard font to Ubuntu Mono

This commit is contained in:
2026-04-08 21:30:30 -04:00
parent 6c2478ede3
commit fe25798425

View File

@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root {
--background-color: #000000;
--text-color: #00ff41;
@@ -15,7 +17,7 @@
}
body {
font-family: 'Courier New', Courier, monospace;
font-family: 'Ubuntu Mono', monospace;
background-color: var(--background-color);
color: var(--text-color);
line-height: 1.5;