Title font type

Hi!

I’ve changed the font thanks to “use any font” but it seems like its not possible to change the font of the title of the articles as well.
Is there a CSS code to add? The font type would be National Book. Thanks!

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
Yes, i can help you with custom css but i need to see your live website, please provide url of the page and i will take a look

Yes of course : http://elenasansh.com/

Hi there

I see only this:

Elenasansh.com est en maintenance

Ok weird. I thought I deactivated the maintenance mode.
Please try again now. :slight_smile:

hey there

Please add this CSS in appearance - customize - additional CSS
this is the css for changing articles title font:

.entry-title {
font-family: “Lora”, serif;
}

this is original css, you have to change font family
By the way, which font do you want to set for articles?

Thanks!
Colorlib Support Team

Thank you!
I want to use National Book font (already mentionned in my first message).
So if I just change

.entry-title {
font-family: “Lora”, serif;
}

TO

.entry-title {
font-family: “National”, serif;
}

It should work ?

Hi,

That will work but you need to install the font.

Please have a look at this article explaining how to do so:

Take care.

I’ve already installed the font.
Though, it’s in italic in the title. Is there a way to not have it in italic?

Hello there,

If the font is made in italic then you cannot change that because it was made that way.

Best Regards,
Support

Nope, the font is not supposed to be in italic, this is why I’m asking this question.
The reste of my blog is in regular “National Book” and I would like the same for the titles but they remain in italic. Why?

Hi,

Thanks for letting me know.

Please try adding the CSS to change the font:


.entry-title {
    font-style: normal;
}

Take care.

Great! Thank you :slight_smile:
Problem solved.

Hi, there

I will close this case now, Feel free to contact us again if you have other questions Thanks!