Fix font smoothing on firefox

This commit is contained in:
Cole Bemis 2017-02-27 12:44:19 -08:00
parent 71e0c569ac
commit 4a794e1c14

View File

@ -42,6 +42,7 @@ body {
margin: 0;
font-family: "Rubik", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: $color-text-primary;
}