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
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 {