Cufon Hover & Change of font syntax
- by Andy
Could someone help me rewrite this syntax below to get it right.
I want the font to be replaced by my font whilst accepting the :hover so my button will change when i hover over it.
Cufon.replace('button', {
fontFamily: 'Disgrunged A',
hover: true
});