Changing post title on home page

Hi,

I would like to change font headings1. I used this code and it only changed the title after clicking on the post. I need to change it on home page as well. Any ideas?

/page title font size css/
h1.entry-title {
font-family:“Avenir” !important;
font-style: normal
}

Thank you.

Hey there,
I hope you’re doing well today

Titles on the home page use the h2 tag.
Copy and paste the same code just use h2 instead.

h2.entry-title {
font-family:”Avenir” !important;
font-style: normal;
}

Best Regards,
Support

Hey there,
I hope you’re doing well today

Titles on the home page use the h2 tag.
Copy and paste the same code just use h2 instead.

h2.entry-title {
font-family:”Avenir” !important;
font-style: normal;
}

Best Regards,
Support

Hi,

I used this code and it only changed from italic type to normal type. But did not change the family font. Any ideas?

Thanks

www.motivimi.cz

I can see the CSS code is working and you can confirm it by changing font family from Avenir to Arial

The Avenir font family is not working because it is custom font and you should load it on your site as described on the following pages.

https://wpexplorer-themes.com/total/docs/add-custom-fonts/