Font loads one way then switches to another?

Discussion in 'ButterBelly WordPress Theme' started by ginnywills, May 5, 2014.

  1. ginnywills

    ginnywills New Member

    Joined:
    May 23, 2012
    Messages:
    5
    Likes Received:
    0
    Hi
    I have changed the body text to Tahoma but kept the H1, H2, etc tags in the font the theme came with - Museo 300. But when the page loads, the headings all seem to load in one typeface, then switch to Museo 300. How can I stop that?

    Also, one of my drop down menus has a misplaced capital letter and its driving me crazy. Under Offerings, it should say "The Curator's Club" but instead it says "The Curator'S Club". Nowhere is it typed that way, that I can find. Help?

    thewinecurator.com

    Thanks,
    Ginny
     
  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 replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6')('.ddsmoothmenu a'); 
    now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li li a{
    text-transform:initial;
    } 
    Thanks & Regards
    Gourav Shrivastava
     
  3. ginnywills

    ginnywills New Member

    Joined:
    May 23, 2012
    Messages:
    5
    Likes Received:
    0
    Thanks for your response.
    How can I change the H1, H2, etc font now? I'm not familiar with the 'cufon' commands. If I wanted to change the headings to a google font like Droid Sans or PT Serif, how do I do that? It seems to not work by just doing a straight CSS command now. I liked the Museo font, but didn't like the way it loaded as something like Arial and then switched over.

    Thanks,
    Ginny
     

Share This Page