Select a slightly prettier default font

This commit is contained in:
Kianga 2023-01-16 21:04:06 +01:00
parent 166c1481a9
commit 1f60632553
Signed by: kianga
SSH Key Fingerprint: SHA256:FsfHSVtt4BSm5AV+MG3KYJplFo8Q8+TWvSeud7Um4Oo
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ body {
padding: 0;
background-color: #111;
color: #eee;
font-family: sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#input {