Lettertype Pages

Discussion in 'Poloray WordPress Theme' started by aster media, Nov 27, 2012.

  1. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    What is the font used on the homepage menu ? How can I change the fonts used on pages and massages to the homepage menu font ?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please send screenshot of the area where you want to change the font.
     
  3. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    None of Inkthemes pages and messages use an editor such as the one I write this message in, one where you can choose 'font family'. I'd like to know what is the font of the homepage menu and if there is a way to use that typeface/font throughout the website on all pages and messages. Thanks in advance.
     
  4. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Gourav Hi,

    My customer is not happy about the typeface font usedwith this theme. Please tell me how I can change the entire site to a desired font. Thanks.
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to Js > custom.js present in your theme directory and remove the code given below

    Code:
    //Cufon replacement
    Cufon.replace('h1',{hover: true})('h2',{hover: true})('h3',{hover: true})('h4',{hover: true})('h5',{hover: true})('h6',{hover: true})('.contentbtn')('.content_info')('.readmore',{hover: true})('.submit',{hover: true});
    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    h1,h2,h3,h4,h5,h6,a{
    font-family:symbol!important;
    }
    p{
    font-family:symbol!important;
    }
    Inplace of "symbol" put your font type.
     

Share This Page