1
0

Fixed up Cardo font to have an absolute path to the font

This commit is contained in:
Aaron Lindsay 2011-04-30 12:35:57 -06:00
parent 33d8e801c0
commit b481613b51
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@
font-family: 'Cardo'; font-family: 'Cardo';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
src: local('Cardo'), url('../fonts/Cardo99s.ttf') format('truetype'); src: local('Cardo'), url('http://aclindsay.com/fonts/Cardo99s.ttf') format('truetype');
} }

View File

@ -133,7 +133,7 @@ blockquote {
/* Fix-up for Firefox rendering of Cardo in bold */ /* Fix-up for Firefox rendering of Cardo in bold */
@-moz-document url-prefix() { @-moz-document url-prefix() {
h2, div#tabs ul li a, #header-inner #title { h2, h3, div#tabs ul li a, #header-inner #title {
letter-spacing: -.08em; letter-spacing: -.08em;
} }
} }