This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Changing font via CSS

Resolved 5 replies premiumthemetheme-vantage
11 years ago · Last reply by LeeSR7 10 years ago

Hello!
I’m a Vantage premium user and I love it. I know there’s a whole load of fonts available in the Theme Customization menu but I work in a school and need to make the site font Comic Sans. How would this be done through CSS? I know it’s probably a simple thing…!
Thanks

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 1 month ago

    Hi LeeSR7

    Add the following under Appearance > Custom CSS, should do the trick:

    /* Body */
    body,button,input,select,textarea {
    	font-family: "Comic Sans MS", cursive, sans-serif;
    }
    /* Site Title Font */
    header#masthead h1 { 
    	font-family: "Comic Sans MS", cursive, sans-serif;
    }
    /* Heading Font */
    h1,h2,h3,h4,h5,h6 { 
    	font-family: "Comic Sans MS", cursive, sans-serif;
    }
  2. LeeSR7 11 years, 1 month ago

    Brilliant. Thanks a lot :-)

  3. Andrew Misplon Staff 11 years, 1 month ago

    For sure :)

  4. LeeSR7 10 years, 11 months ago

    Hello! For some reason this code stopped working. I’ve re-entered it into the Custom CSS and it still doesn’t seem to be working. I’ve checked through the information and it is exactly as written above. Can you advise?
    Thank you.

    • LeeSR7 10 years, 11 months ago

      I’ve now fixed this issue. Sorry!

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread