- This topic has 1 reply, 2 voices, and was last updated 9 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › How to change font ?
Tagged: font
How to change font in the entire site/blog to museo-slab’,sans-serif ?
My site is http://shoutabrand.com
Thank you.
it looks like you already added in place for your headers, but to do it sitewide you’ll need to look for this –
body {
background: #f2f2f2;
color: #333;
font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
font-size: 1.125rem;
font-weight: 300;
line-height: 1.625;
}
Then you’ll need to follow whatever tutorial they have to setup the font with the theme. Just do a search for whoever you’re getting the font from (whoever is hosting it).