I'm trying to implement typeface.js on my blog but for some reason it doesn't work.
My blog: http://bit.ly/bkLVQ4+
I'm trying to get the font "busorama_itc_std_light.typeface.js" to work, but it won't!
Does anyone know what I've done wrong?
I'm trying to implement typeface.js on my blog but for some reason it doesn't work.
My blog: http://bit.ly/bkLVQ4+
I'm trying to get the font "busorama_itc_std_light.typeface.js" to work, but it won't!
Does anyone know what I've done wrong?
Please explain where this typeface.js code comes from.
Why don't you make use of the @font-face feature ? or use the Cufón plugin ?
Look at your page source. None of your js files are loading as the paths are not correct. Use a full path, not this:
<script src="js/typeface-0.14.js"></script>
Still didn't work with a full path, so I tried the @font-face feature. Still no luck..
Can anyone with some @font-face experience point out what I'm doing wrong?
best,
Hans
Use the full path to the font in your style sheet.
THANKS!!! :D
This topic has been closed to new replies.