Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #852443

    b4mmy
    Participant

    Hi,

    I have Droid Serif set as my headings font.

    I want to use a different font for h5. I tried adding the following into the customiser and it does not work. Can you help me please:

    h5,
    .h5 {
    font-family: ‘Roboto Condensed’, font-weight: 300; font-size: 32px
    !important;
    }

    #852657

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #852918

    b4mmy
    Participant
    #853084

    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please follow this posts on how to use a google font to a specific element

    https://community.theme.co/forums/topic/removing-paddingmargins-between-text-elements-on-home-page/#post-851587

    You can skip the step #4 and just add the custom css below to Customizer > Custom > Css.

    h5, .h5 {
    	font-family: 'Roboto Condensed', sans-serif !important;
    	font-weight: 300;
    	font-size: 32px;
    }

    Hope it helps, Cheers!