Yes it is possible. Link multiple font files on the page. And Invoke Cufon.replace with the fontFamily attribute. Example:
Cufon.replace('div.contactus-slogan', {
fontFamily: "Myriad Pro"
});
Cufon.replace('div.slogan-left-content h1', {
fontFamily: "Myriad Pro Light"
});
source
share