From 857ac8e577085ba4990efdf555d4323383cf52ef Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sat, 2 May 2015 09:30:16 -0400 Subject: [PATCH] Remove special font spacing for Firefox --- css/look.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/css/look.css b/css/look.css index 09b9b16..edc9e49 100644 --- a/css/look.css +++ b/css/look.css @@ -143,10 +143,3 @@ blockquote { padding-left: 1em; border-left: 4px solid #ccc; } - -/* Fix-up for Firefox rendering of Cardo in bold */ -@-moz-document url-prefix() { - h2, h3, div#tabs ul li a, #header-inner #title { - letter-spacing: -.08em; - } -}