post title font not matching

Hello everyone!

I have a question about my posts’ title. On my blog’s main page, the font of the posts’ title look in one way, but when you click on it to read the actual post, the title looks different.

I have googlefonts plug-in and I used it to create the font for the posts title. I would like the same font to appear when someone clicks on the title and read the actual post.

Hope it makes (kinda ) of sense! Maybe I need another code? I just don’t know.

I will attach a couple of pictures to make it clearer.

My blog is www.thewandersofmarty.com

Thank you heaps!

Hi @marty85m,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

h2.entry-title {
    font-family: 'Alice';
}

Best Regards,
Movin

Morning Movin,

It worked perfectly! Thank you very much!!!

Much appreciated,

Martina

You are most welcome here :slight_smile: