How to change font ?

Homepage Community Forums Epik Theme Support How to change font ?

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11299
    Nandita
    Customer

      How to change font in the entire site/blog to museo-slab’,sans-serif ?

      My site is http://shoutabrand.com

      Thank you.

      #11302
      kronos
      Customer

        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).

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.