apply font smoothing in webkit and firefox

This commit is contained in:
taehoon 2019-06-17 23:34:20 -04:00
parent ac46de3972
commit 2b5ac611c9
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ body {
color: var(--text, $fallback--text);
max-width: 100vw;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {