Bring back font anti-aliasing

This commit is contained in:
Alexander Zinchuk 2021-08-03 01:52:27 +03:00
parent de5a1342a8
commit 9572f2e3f4

View File

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