feat: Font smoothing (#605)

This commit is contained in:
Kroese 2024-01-29 02:01:51 +01:00 committed by GitHub
parent 34a707a2a5
commit 1a83c67e2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,11 @@
body { body {
color: white; color: white;
background-color: #125bdb; 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 { #content {