From 2b5ac611c915fc1374cd254c4f5917238316121b Mon Sep 17 00:00:00 2001
From: taehoon
Date: Mon, 17 Jun 2019 23:34:20 -0400
Subject: [PATCH] apply font smoothing in webkit and firefox
---
src/App.scss | 2 ++
1 file changed, 2 insertions(+)
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 {