Skip to content

Commit 7c960dd

Browse files
authored
Merge pull request #533 from bvaughn/font-smooth-moz
Font-smoothing for Firefox (at least on OSX)
2 parents 8448de7 + e4fffa1 commit 7c960dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/reset.css

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ html {
77
font-weight: 400;
88
font-style: normal;
99
-webkit-font-smoothing: antialiased;
10+
-moz-osx-font-smoothing: grayscale;
1011
}
1112

1213
body {

0 commit comments

Comments
 (0)