Home Forums Theme support Removing Cufon javascript from Nico theme

Tagged: , ,

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 9 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Hello,

    I am trying to see if there is a way to completely remove the Cufon javascript on the Nico theme. The reason for this is because I would like to just upload my Web fonts that I’ve generated (via Font Squirrel) to my server and add the @font-family information to the stylesheet.

    Thanks!

    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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.