Can someone help me rewrite this syntax below so that everything is correct.
I want the font to be replaced with my font while it accepts: hover, so my button will change when I hover over it.
Cufon('button', {
fontFamily: 'Disgrunged A',
hover: {
color: '#ed1c24'
}
});
source
share