Add font-smoothing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user