Homepage header font

Discussion in 'BizWay WordPress Theme' started by blackdog2020liz, Jul 14, 2016.

  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi helpful people,

    I am trying to change the font from museo to open Sans on the homepage heading and titles on the home page feature titles on margaretriverexposed.com.au. I would also like to decrease the font size on the homepage heading. I have use the following in style.css but have obviously done something wrong.

    Many thanks
    Liz

    <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>

    }
    @font-face {
    font-family: 'Open Sans', sans-serif;;
    src: url('font/Open Sans-sans-serif-webfont.eot');
    src: url('font/Open Sans-sans-serif-webfont.eot?#iefix') format('embedded-opentype'), url('font/Open Sans-regular-webfont.woff') format('woff'), url('font/Open Sans-sans-serif-webfont.ttf') format('truetype'), url('font/Open Sans0-regular-webfont.svg#OpenSans') format('svg');
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: normal;
    font-style: normal;
    }
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To change the font, please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .main-content h1 {
        font-family: open sans-serif;
    }
    
    This will change the font of all H1 headings.

    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Thanks so much Nitin. How do I make the font smaller?

    Many thanks
    Liz
     
  4. priya

    priya Guest

    Hi, Liz..

    Please use below code for that..
    Code:
    .slider-wrapper-container h1 {
        font-size: 20px;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page