Font of Page Headers & Font for all pages

Discussion in 'Infoway WordPress Theme' started by pupwild, May 1, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    Disregard


    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    body{
    font-family: symbol;
    }
     
    h1,h2,h3,h4,h5,h6{
    font-family: symbol ! important;
    }
    a,p{
    font-family: symbol ! important;
    }
    .slider_wrapper .infotag {
    font-family: symbol;
    }
    .signupForm .signinForm input[type="submit"]{
    font-family: symbol;
    }
    .content-bar .post .box .post_meta{
    font-family: symbol;
    }
    #contactForm label{
    font-family: symbol;
    }
    #contactForm input[type="submit"]{
    font-family: symbol;
    }
    Inplace of 'symbol' you can put your font.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    body{
    font-family: symbol;
    }
     
    h1,h2,h3,h4,h5,h6{
    font-family: symbol ! important;
    }
    a,p{
    font-family: symbol ! important;
    }
    .slider_wrapper .infotag {
    font-family: symbol;
    }
    .signupForm .signinForm input[type="submit"]{
    font-family: symbol;
    }
    .content-bar .post .box .post_meta{
    font-family: symbol;
    }
    #contactForm label{
    font-family: symbol;
    }
    #contactForm input[type="submit"]{
    font-family: symbol;
    }
    Inplace of 'symbol' you can put your font.
     

Share This Page