aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-06-17 23:34:20 -0400
committertaehoon <th.dev91@gmail.com>2019-06-17 23:34:20 -0400
commit2b5ac611c915fc1374cd254c4f5917238316121b (patch)
treedc94a828125d697a5ef08cf8e2c595ae597658dc /src
parentac46de3972851e12373f690d3ef70f31cc7db1ef (diff)
apply font smoothing in webkit and firefox
Diffstat (limited to 'src')
-rw-r--r--src/App.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 52a786ad..284fa58b 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -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 {