mirror of https://github.com/hashicorp/consul
website - add -moz-osx-font-smoothing for smooth firefox osx fonts (#6755)
parent
4f6c05dd76
commit
f75b47d3a9
|
@ -6,6 +6,7 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
color: $body-font-color;
|
||||
background-color: $white;
|
||||
|
|
Loading…
Reference in New Issue