Chore: move custom css loading, add letter-spacing (#4359)

This commit is contained in:
shamoon 2024-11-29 10:14:53 -08:00 committed by GitHub
parent 276a1c3ef4
commit a28952ce69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -16,6 +16,7 @@ body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.1px;
}
#page_wrapper {