The first you have to create directory cufon-fonts in wp-content/plugins/
It should look like: wp-content/plugins/cufon-fonts/
| Beside developing plugins I also convert PSD to WP |
|---|
![]() |
![]() |
| Your feedback on this plugin is much appreciated. |
| Action | Code | Preview |
|---|---|---|
| Set fontFamily | Cufon('h2.codeTips', { fontFamily: '300 Trojans' }); |
Lorem Ipsum Dolor Sit |
| Set gradient | Cufon.replace('h2.codeTips#tip2', {
color: '-linear-gradient(white, black)'
}); |
Lorem Ipsum Dolor Sit |
| Enable hover | Cufon.replace('h2.codeTips#tip3', { hover: true }); |
Lorem Ipsum Dolor Sit |
| Set Shadow | Cufon.replace('h2.codeTips#tip4', {textShadow: 2px 2px red }); |
Lorem Ipsum Dolor Sit |
| For more code tips go to the plugin page or official Cufon's site | ||
| Action | Code | Preview |