From 9572f2e3f4dd9352e4af6eebcead5841f0997f8a Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 3 Aug 2021 01:52:27 +0300 Subject: [PATCH] Bring back font anti-aliasing --- src/styles/index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index b94de9125..c1ed0e1fa 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -17,6 +17,8 @@ html, body { font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Helvetica Neue", sans-serif; color: var(--color-text); overflow: hidden; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; @media (max-width: 600px) { height: calc(var(--vh, 1vh) * 100);