Add CSS properties for consistent font rendering

This commit is contained in:
Justin Edmund 2024-04-23 05:16:25 -07:00
parent 2160a57a20
commit 43a3eff57f

View file

@ -9,6 +9,8 @@ html {
body { body {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
font-synthesis: none;
text-rendering: optimizeLegibility;
box-sizing: border-box; box-sizing: border-box;
font-family: var(--font-family); font-family: var(--font-family);
font-size: 1.4rem; font-size: 1.4rem;