Tagged: x
-
AuthorPosts
-
March 25, 2016 at 9:35 am #852443
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;
}March 25, 2016 at 1:20 pm #852657Hello 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.
March 25, 2016 at 5:46 pm #852918March 25, 2016 at 9:36 pm #853084Hi There,
Thanks for writing in! Please follow this posts on how to use a google font to a specific element
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!
-
AuthorPosts