• I have added google font to functions.php, how to change site-title and description font?

    I use code

    .site-title {
    font-family: “Open Sans”, sans-serif;
    }

    But dosnt work.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello there,

    Please share the function you added to register Google font. Could you confirm if it is correct?

    Regards,
    Kharis

    Thread Starter alakulihal

    (@alakulihal)

    hello mas Kharis, sudah saya tambahkan font tersebut, dan saya coba work for post-content and post-title. Open Sans, Droid Sans Bree Serif.

    But, I can’t use the font to edit Site-title and descreption.

    Hello mas,

    I thought you should revise the selector you used previously. Try this, please:

    /* Site title */
    .site-name,
    .site-title{
      font-family: "Open Sans", sans-serif;
    }
    
    /* Site description */
    .tagline{
      font-family: "Open Sans", sans-serif;
    }

    Let me know how it goes. I’ll wait to hear back from you regarding your stats.

    Regards,
    Kharis

    Thread Starter alakulihal

    (@alakulihal)

    Mas Kharis, the code work perfectly, but i can’t resize font from default size.

    What should i do?

    Mas Kharis, the code work perfectly, but i can’t resize font from default size.

    Could you please tell me how you are resizing it and also please share your site URL so that i can troubleshoot it?

    Thread Starter alakulihal

    (@alakulihal)

    Mashamam.com

    Im using this code

    I’m using this code

    /* Site title */
    .site-name,
    .site-title{
    font-family: “Russo One”, sans-serif;
    line-height: 20px;
    }

    /* Site description */
    .tagline{
    font-family: “Lora”, sans-serif;
    }

    You can change the font size by using the following CSS code.

    .site-name a.navbar-brand {
        font-size: 35px;
    }
    .tagline {
        font-size: 17px;
    }
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change site title and description font’ is closed to new replies.