I tried to rename the cufon.js file and the fontfamily to eliminate blanks, hyphens, etc. but plugin would never load the font file, so I gave up and put code in theme's functions.php to do what plugin is supposed to do.
I tried to rename the cufon.js file and the fontfamily to eliminate blanks, hyphens, etc. but plugin would never load the font file, so I gave up and put code in theme's functions.php to do what plugin is supposed to do.
Solved my own problem by looking in the plugin code. The font I wanted to load looked like this:
Quicksand Book Regular
to get plugin to load it, the font file had to be named this:
Quicksand_Book_Regular.cufonfonts.js
maybe this will help someone in the same predicament.
This topic has been closed to new replies.