website - add -moz-osx-font-smoothing for smooth firefox osx fonts (#6755)
This commit is contained in:
parent
3c48c4ec61
commit
3035ba56e7
|
@ -6,6 +6,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
color: $body-font-color;
|
color: $body-font-color;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
|
|
Loading…
Reference in New Issue