hopefully improve font rendering

This commit is contained in:
Ben Phelps 2022-10-01 15:21:13 +03:00
parent 82b490c524
commit 09b4de08e3
3 changed files with 9 additions and 39 deletions

View file

@ -13,6 +13,9 @@ html,
body {
font-family: Manrope, "Manrope-Fallback", Arial, sans-serif;
overflow: hidden;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#page_wrapper {