Update font-family for h1.title (post title in video page)

Discussion in 'Subscribely v2 WordPress Theme' started by hschurr, May 2, 2014.

Thread Status:
Not open for further replies.
  1. hschurr

    hschurr Member

    Joined:
    Apr 23, 2014
    Messages:
    79
    Likes Received:
    0
    Location:
    Los Angeles
    Hi - I am trying to update the font-family for my page title from what appears to be "Domine" to "Nunito". No matter what updates I make, the font does not change.
    Also, I cannot understand why each word is wrapped in its own tag. This makes it very ineffective for SEO keyword phrases.

    HTML is below:
    <h1 class="title"><cufon class="cufon cufon-canvas" alt="How " style="width: 61px; height: 24px;"><canvas width="97" height="28" style="width: 97px; height: 28px; top: -2px; left: -5px;"></canvas><cufontext>How </cufontext></cufon><cufon class="cufon cufon-canvas" alt="To " style="width: 36px; height: 24px;"><canvas width="72" height="28" style="width: 72px; height: 28px; top: -2px; left: -5px;"></canvas><cufontext>To </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Slate " style="width: 64px; height: 24px;"><canvas width="100" height="28" style="width: 100px; height: 28px; top: -2px; left: -5px;"></canvas><cufontext>Slate </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Your " style="width: 62px; height: 24px;"><canvas width="98" height="28" style="width: 98px; height: 28px; top: -2px; left: -5px;"></canvas><cufontext>Your </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Name" style="width: 70px; height: 24px;"><canvas width="100" height="28" style="width: 100px; height: 28px; top: -2px; left: -5px;"></canvas><cufontext>Name</cufontext></cufon></h1>
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to js > custom.js present in your theme directory and remove the code given below
    Code:
     Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    Thanks & Regards
    Gourav Shrivastava
     
  3. hschurr

    hschurr Member

    Joined:
    Apr 23, 2014
    Messages:
    79
    Likes Received:
    0
    Location:
    Los Angeles
    Thank you. That worked!!
     
Thread Status:
Not open for further replies.

Share This Page