doc: better font-smoothing for firefox
authorJeremiah Senkpiel <fishrock123@rocketmail.com>
Thu, 12 Feb 2015 15:55:55 +0000 (10:55 -0500)
committerChris Dickinson <christopher.s.dickinson@gmail.com>
Thu, 12 Feb 2015 20:11:36 +0000 (12:11 -0800)
does the same thing for firefox as 'antialiased' does for webkit.

PR-URL: https://github.com/iojs/io.js/pull/820
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
doc/api_assets/style.css

index c88351e..446bbb2 100644 (file)
@@ -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;
 }
@@ -465,4 +466,3 @@ td > *:last-child {
     display: none;
   }
 }
-