Heading Problem

Posted in: Newspaper
Post count: 7

Hello,

I don’t if it some type of bug or I jst didn’t find how to set up this.

The main problem, that I’ve changed font types for post and pages titles and content. But when I’m writing an article and I’m putting a Heading in the blog post, those words, which are wrapped with any type of <H> tags ‘Roboto Condensed’, ‘sans-serif’ fonts, despite the fact that according to typography it should be ‘Trebuchet’ font.

Can you check if it is a bug or is it an option somehow to fix it myself?

Post count: 3343

Hi,
Can be done with a custom CSS, also we will fix this in the next update.

Until that you can use this:

.post h1,
.post h2,
.post h3,
.post h4,
.post h5 {
	font-family: Trebuchet;
}

Add it in Theme panel -> Custom CSS

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.