feat: Font smoothing (#395)

This commit is contained in:
Kroese 2024-01-29 02:00:33 +01:00 committed by GitHub
parent 7a1ecea324
commit b1b8ea58f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,11 @@
body {
color: white;
background-color: #125bdb;
font-family: Verdana, Arial, sans-serif;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Verdana, Geneva, sans-serif;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#content {