Home › Forums › Theme support › Removing Cufon javascript from Nico theme › Reply To: Removing Cufon javascript from Nico theme
Hi,
normally the Webfonts has nothing to do with the cufon font.
If you want, you can open the file “callscripts.php” in the “7league/” folder an replace line 12:
add_action(‘wp_head’, ‘sevenleague_call_cufon’);
with this
// add_action(‘wp_head’, ‘sevenleague_call_cufon’);
Then Cufon is deactivated.