Is it possible to have more than one Cufon font on a website? If so, how?
+1
A:
Yes it is possible. Link multiple font files to page. And Invoke Cufon.replace with fontFamily attribute. Example:
Cufon.replace('div.contactus-slogan', {
fontFamily: "Myriad Pro"
});
Cufon.replace('div.slogan-left-content h1', {
fontFamily: "Myriad Pro Light"
});
Muhammed Medeni Baykal
2010-09-03 03:57:12
Great! Thank you very much :D
Bodil
2010-09-03 07:44:23