Change H3 font in Hello Blush

QuestionsCategory: QuestionsChange H3 font in Hello Blush
Marina Guša asked 5 years ago

Hi. I’d like to change the H3 font in Hello Blush to be “Fiona” (just like it is for H1, H2, H4, etc.), because right now it’s the script font and I’d rather have it be “Fiona”.
So far I’ve been doing it manually in every post (just putting style=”font-family:Fiona;” in every h3 tag), but is there a way to do it so that it’s automatically that font? So I don’t have to manually change it every time?
Thanks in advance!

1 Answers
Support Team Staff answered 5 years ago

Yes, if you go in to the style sheet you will be able to change the H3 to Fiona. Or you can add this to your additional CSS, then adjust the size and spacing for how you would like.

h3 {
font-size: 4.5rem;
font-family: ‘Fiona’;
font-weight: normal;
}