Can anyone sign on skype and walk me through adding a text shadow on one of my cufon fonts?
my user is ace2296
Hey
Here is an example:
Cufon.replace('.h1, .h2, or anyother element here', { fontFamily: 'Kozuka Gothic Pro OpenType', textShadow:'rgba(0, 0, 0, .10) 1px 1px',hover:true });
You can add this to each element that you are replacing the font on.
Cheers
Lester
mafloral said
HeyHere is an example:
Cufon.replace('.h1, .h2, or anyother element here', { fontFamily: 'Kozuka Gothic Pro OpenType', textShadow:'rgba(0, 0, 0, .10) 1px 1px',hover:true });You can add this to each element that you are replacing the font on.
Cheers
Lester
Awesome but I’m new to javascript. Where do I paste that and i there another file involved to do so?
mafloral said
HeyHere is an example:
Cufon.replace('.h1, .h2, or anyother element here', { fontFamily: 'Kozuka Gothic Pro OpenType', textShadow:'rgba(0, 0, 0, .10) 1px 1px',hover:true });You can add this to each element that you are replacing the font on.
Cheers
Lester
nvm I figured it out thanks a lot! 
