From 122a1758d1e9757b29d4abe36920dd99728a1c3c Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Thu, 12 Feb 2015 10:55:55 -0500 Subject: [PATCH] doc: better font-smoothing for firefox 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 --- doc/api_assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index c88351e..446bbb2 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -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; } } - -- 2.7.4