Skip to content

Commit

Permalink
doc: better font-smoothing for firefox
Browse files Browse the repository at this point in the history
does the same thing for firefox as 'antialiased' does for webkit.

PR-URL: #820
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
  • Loading branch information
Fishrock123 authored and chrisdickinson committed Feb 12, 2015
1 parent 982b143 commit 122a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api_assets/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*--------------------- Layout and Typography ----------------------------*/
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-variant-ligatures: none;
font-variant-ligatures: none;
}
Expand Down Expand Up @@ -465,4 +466,3 @@ td > *:last-child {
display: none;
}
}

0 comments on commit 122a175

Please sign in to comment.