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);