Change overall font

Discussion in 'RoadFighter WordPress Theme' started by v4sb, Apr 27, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like to change all of the H1, H2, etc. (H tags) to a Georgia font for the entire website. And I would like to change the 'p' font/text to be Arial throughout the website. Can you give me the code? Thank you.
     
  2. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Would also like the overall font of the "p" to be 14
     
  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, V4sb!

    For your information, we are using cufon.js in RoadFighter theme which convert text into images.
    So, first you have to disable cufon.js.

    Please follow the screenshot given below to disable it.
    roadfighter_cufon_disable.png

    Now,paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    h1, h2, h3, h4, h5, h6{
    font-family:Georgia !important;
    }
    p{
    font-family:arial !important;
    font-size:14px !important;
    }
    Thanks,
    Praveen
     
  4. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    This code is not working. :-( Can we please try again? Thank you.
     
  5. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Okay, the code is working. I figured it out. Thank you. However, now my lines run together. Can we fix this?[​IMG]
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Without analysing your website, I am unable to resolve your query.

    So, I request you to please make the website live or send us your website WordPress login details at [email protected] along with the thread link.


    Thanks,
    Praveen
     
  7. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    I have resolved your issue.

    Please have a look at your website.

    Thanks,
    Praveen
     
  8. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    I am trying to change the Champagne & Limousines font to Bookman Bold

    I have entered into styling options
    h1, h2, h3, h4, h5, h6 {
    font-family:"Bookman Bold", verdana, Arial, sans-serif; ! important;
    }

    from the above it seems I have to remove the java script - but I do not see anywhere to edit it in the Appearance/ Editor
     
  9. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    it's ok - edited the custom.js file using File Manager in cPanel
     
  10. sameerwalkar

    sameerwalkar Guest

    Hello smarta,

    It seems that you have resolved your issue by your own. That's great.

    Let me know for further doubts.
     

Share This Page