Changing font via CSS
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
5Hi 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; }Brilliant. Thanks a lot :-)
For sure :)
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.
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.