Skip to content

Commit 122a175

Browse files
Fishrock123chrisdickinson
authored andcommitted
doc: better font-smoothing for firefox
does the same thing for firefox as 'antialiased' does for webkit. PR-URL: #820 Reviewed-By: Chris Dickinson <[email protected]>
1 parent 982b143 commit 122a175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api_assets/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*--------------------- Layout and Typography ----------------------------*/
22
html {
33
-webkit-font-smoothing: antialiased;
4+
-moz-osx-font-smoothing: grayscale;
45
-webkit-font-variant-ligatures: none;
56
font-variant-ligatures: none;
67
}
@@ -465,4 +466,3 @@ td > *:last-child {
465466
display: none;
466467
}
467468
}
468-

0 commit comments

Comments
 (0)