Google Fonts for body on a per-category basis

Posted in: Newspaper
Post count: 9

Hi,

I would like to change the body font on a per category basis, but using a Google Font. How can I do this?

Thanks

Post count: 7909

Hi,

The theme doesn’t have an option to change the font for a specific category, you will need custom modifications for this. You can try to use category id and change the font using custom css for example for articles title – http://screencast.com/t/FanjYscbQN63http://screencast.com/t/caVZyfRCue

.category-103 .td-module-title{
font-family: Actor !important;
}

Thanks!

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