Choose better fonts for web terminal.

This commit is contained in:
Garrett D'Amore 2023-02-20 15:21:04 -08:00
parent fade40c650
commit 729d178abc
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
padding: 0;
border: 0;
outline: 0;
font-family: "Menlo", "Andale Mono", "Courier New", Monospace;
}
#terminal {