Change font to VT323

This commit is contained in:
2025-10-30 23:48:42 +10:00
parent df6ce48681
commit 47218deb87
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: 'Inter', sans-serif;
font-family: 'VT323', sans-serif;
background-color: var(--background-color);
overflow: hidden;
}