1
0
Fork 0

Remove special font spacing for Firefox

This commit is contained in:
Aaron Lindsay 2015-05-02 09:30:16 -04:00
parent 0a7bc7e594
commit 857ac8e577
1 changed files with 0 additions and 7 deletions

View File

@ -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;
}
}