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-style: 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');
}