How To Use Cufon Through Basic Text Box?
You can use cufon through simple basic text box You can just insert the class name having cufon There are three classes which converts your text into cufon with name as:
- cufon_normal (with out gradiant & text shadow)
- cufon_normal_shadow (with out gradiant & but with text shadow)
- cufon_normal_gradiant (with gradiant & but without text shadow)
You can just insert the class in any html tag Like div p span table or td for example:
if you want to use the cufon with gradiant in <p> tag than use like this
<p class="cufon_normal_gradiant">....</p>