Browse Source

website - add -moz-osx-font-smoothing for smooth firefox osx fonts (#6755)

pull/6445/head
RJ Spiker 5 years ago committed by Mike Morris
parent
commit
f75b47d3a9
  1. 1
      website/source/assets/stylesheets/_global.scss

1
website/source/assets/stylesheets/_global.scss

@ -6,6 +6,7 @@ html {
}
body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
color: $body-font-color;
background-color: $white;

Loading…
Cancel
Save