Is it possible to specify one font ONLY (Verdana) throughout?

Discussion in 'RoadFighter WordPress Theme' started by gloryous, Aug 5, 2015.

  1. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Hello!

    I have a client who requires that Verdana be used throughout their site. Nothing else. No other font.

    Is it possible to specify Verdana ONLY for all text?

    If so, please let me know how to accomplish this.

    Thank you very much!

    Glory
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    body {
        font-family:verdana !important;
        }
       
        h1, h2, h3, h4, h5, h6 {
        font-family:verdana !important;
       
    }
    p{
    font-family:verdana !important;
     
    }
    Hope this will resolve your issue.

    Do let me know if you need more assistance,

    I would be glad to assist you further,
     
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Sobhagya,

    Thank you! Your advice plus other post requests and solutions helped me to get it done.

    Glory
     
  4. praveen

    praveen Support Staff

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

    It's my pleasure to assist you :)

    Let me know if need further help.

    Regards!
    Sobhagya
    InkThemes.com
     

Share This Page