Font-smoothing for Firefox (at least on OSX)

This commit is contained in:
Brian Vaughn
2018-01-17 11:33:18 -08:00
parent 8448de7ed9
commit e4fffa1356

View File

@@ -7,6 +7,7 @@ html {
font-weight: 400;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {