• Hi,

    for those, who would like to use several fonts for different CSS classes, here is a solution code:

    Cufon.set('fontFamily', 'reenie').replace('.ueberschr1');
    
    Cufon.set('fontFamily', 'tangerine').replace('blockquote');

    “reenie” and “tangerine” is the font name.
    .ueberschr1 is a CSS class
    blockquote is for quotes

    http://ww.wp.xz.cn/extend/plugins/all-in-one-cufon/

The topic ‘[Plugin: All-In-One Cufon] Solution: code for using several fonts for several CSS classes’ is closed to new replies.