Compare commits

...

1 commit

Author SHA1 Message Date
Justin Edmund
43a3eff57f Add CSS properties for consistent font rendering 2024-04-23 05:16:25 -07:00

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;