non standard web fonts
non standard web fonts
Out of context: Reply #7
- Started
- Last post
- 22 Responses
- ukit0
Jordy is right, it's in a state of flux right now and eventually other techniques will probably be used but for now Cufon is the way to go. The nice thing about Cufon is that it's super easy. Just go here:
http://cufon.shoqolate.com/gener…
Download the font file it generates as well as the Cufon Javascript file and link those two files on your site, along with JQuery if you don't already have it.
Then all you need to do is add a SCRIPT tag like this:
$(document).ready(function(){
Cufon.replace('.logo', { fontFamily: 'Leitura Italic' });
});