How I change H1, H2, H3 etc. font family?

Discussion in 'BlackBird WordPress Theme' started by matlars, Mar 19, 2015.

  1. matlars

    matlars Member

    Joined:
    Feb 19, 2012
    Messages:
    92
    Likes Received:
    0
    I want Disabling cufon and use my text families, how do I do?
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    To custom style your own text families follow the steps:

    Paste your own custom code in Custom CSS section that you will find in
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Regards,
    Sameer
     
  3. matlars

    matlars Member

    Joined:
    Feb 19, 2012
    Messages:
    92
    Likes Received:
    0
    How Can I disable Cufon? H2, H3, H3 in Content...
     
  4. praveen

    praveen Support Staff

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

    Please download and install the latest version of this theme from members area.

    This will resolve your issue.

    Thanks,
    Praveen
     
  5. matlars

    matlars Member

    Joined:
    Feb 19, 2012
    Messages:
    92
    Likes Received:
    0
    }
    h1, h2, h3, h4, h5, h6 {
    font-family: "Garamond";
    color:#122432;
    }
    h1 {
    font-family: "Garamond";
    font-size:30px;
    }
    h2 {
    font-family: "Garamond";
    font-size:30px;
    }
    h3 {
    font-family: "Garamond";
    font-size:20px;
    }
    h4 {
    font-family: "Garamond";
    font-size:18px;
    }
    h5 {
    font-family: "Garamond";
    font-size:16px;
    }
    h6 {
    font-size:12px;


    H1 change but not H2, H3 etc.... ?
     
  6. praveen

    praveen Support Staff

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

    Please provide us URL of your website.

    Thanks,
    Praveen
     

Share This Page