Browse Source

Merge pull request #533 from bvaughn/font-smooth-moz

Font-smoothing for Firefox (at least on OSX)
main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
7c960dd702
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/css/reset.css

1
src/css/reset.css

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

Loading…
Cancel
Save