From 615b1675319f9d3ca222e12b6409b24c89aa9af3 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 26 Oct 2020 01:40:53 -0700 Subject: [PATCH] Move font-smoothing to body --- src/components/App/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/App/index.scss b/src/components/App/index.scss index 3b98aec9..bb99ac1b 100644 --- a/src/components/App/index.scss +++ b/src/components/App/index.scss @@ -7,6 +7,7 @@ html { } body { + -webkit-font-smoothing: antialiased; font-family: system-ui, -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 1.4rem;