removed hack font too

This commit is contained in:
zyqunix 2024-11-28 16:58:23 +01:00
parent 21712d3950
commit 2e3657f101

View file

@ -11,7 +11,7 @@ body {
align-items: center;
height: 100%;
min-height: 100%;
font-family: 'Hack', monospace;
font-family: monospace;
font-size: small;
background-color: #2a2a2a;
transition: background-color 0.3s, color 0.3s;