Jump to content

Using CSS to change headline font

Recommended Posts

Hi all,

I want to change the font on my Moshka template.

Its the heading 2 style and i want to change it to a webfont that I have downloaded. I am not familiar with using CSS code AT ALL! and was wondering if anyone has the code for that, that I could simply copy and paste it in to the CSS section and away I go?

Would be massively appreciated if anyone could help!

Thanks

Kerry

Link to comment
  • Replies 4
  • Views 885
  • Created
  • Last Reply

@kerrywhee Add to Home > Design > Custom CSS


@font-face {
  font-family: 'Your Font Name';
 src: url(paste-font-url-here);
}
h2 {
  font-family: 'Your Font Name' !important;
}

Reference: https://beaverhero.com/moksha-squarespace/

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.