Add CSS properties for consistent font rendering
This commit is contained in:
parent
2160a57a20
commit
43a3eff57f
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue