Font Issue

Discussion in 'Nutrition WordPress Theme' started by spoonboy90, May 14, 2013.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    I have a problem with the font on the non-responsive theme

    This is the link to the responsive version - http://1065617567.1065524876.temp.prositehosting.co.uk

    and this is the link to the non-responsive version - http://1066274479.1065524876.temp.prositehosting.co.uk/

    As you can see (at least i hope you can) there is a difference in the Fonts between the two, I would like the non-responsive theme to be the same as the responsive theme font. Ive added the following line to the non-responsive stylesheet as it wasn't present thinking that it might help but it doesn't

    Code:
    @import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600,600italic,700,700italic);
    Perhaps you could direct me to a solution?

    Many Thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Fonts in both themes are same. But they are looking different because responsive theme contain cufon and non responsive theme not.
    I think you have removed cufon (js / custom.js) from non responsive theme. If yes then please add it again and if you are not comfortable in doing it then do let me know. I will send you non responsive theme again with cufon.
     
  3. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    In the non-responsive theme I have custom.js and cufon-yui.js and the same in the responsive theme but also in the responsive theme I have Helvetica_LT_Std_700.font.js & myriad-pro.cufonfonts.js

    I have copied both of these extra files into the non-responsive theme but they don't seem to have made any difference. I also replaced the custom.js from the responsive theme to the non responsive as the code for the curfon was different

    Non- Responsive
    Code:
    //cufone replacement
    Cufon.replace({
        fontFamily: 'Myriad Pro Regular',
        hover: true
    })('.entry span,h1, .post .date li')('h2')('h3')('h4')('h5')('h6');
    //Cufon.replace({ fontFamily: 'Helvetica LT Std', hover: true })('.header_info p');
    Responsive
    Code:
    //cufone replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    I've tried the non-responsive with both sets of the above code.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    We will check and resolve your issue
     
  5. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Thanks for the efforts, i've resolved my issues with the responsive theme now so I won't be needing the non-responsive one.
     

Share This Page