Add font-smoothing

This commit is contained in:
Antoine Boulanger
2020-03-03 08:53:10 -05:00
parent a967b864e3
commit a110cc7ae2

View File

@@ -14,6 +14,8 @@ html {
color: $color;
font-family: $font-family;
line-height: $line-height; /* [1] */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@media (max-width: $to-small) {
font-size: 12px;