The first you have to create directory cufon-fonts in wp-content/plugins/
It should look like: wp-content/plugins/cufon-fonts/
| If you like this plugin, maybe you'll be interested in my other plugins. |
|---|
![]() |
| Check out my other plugins and themes. |
| 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 |