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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/css/reset.css
|
@ -7,6 +7,7 @@ html { |
|
|
font-weight: 400; |
|
|
font-weight: 400; |
|
|
font-style: normal; |
|
|
font-style: normal; |
|
|
-webkit-font-smoothing: antialiased; |
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
body { |
|
|
body { |
|
|