Fixed up Cardo font to have an absolute path to the font
This commit is contained in:
		| @@ -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'); | ||||||
| } | } | ||||||
|   | |||||||
| @@ -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; | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user