Jump to content

CSS code for custom font

Recommended Posts

Posted

Hi. 

Can anyone help me with the CSS code to a custom font? 

I have version 7.1. 

I downloaded the font, and want it on the entire site. I just cannot seem to get the code right. 

Can anyone help?

  • Replies 1
  • Views 1.2k
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted

You can upload font to your site, suppose you uploaded it and have font file url: https://michala.com/s/futura-pt.otf

You can add this code to Website Tools (under Not Linked) > Custom CSS

@font-face {
	font-family: Michala;
	src: url(https://michala.com/s/futura-pt.otf);
}
body * {
	font-family: Michala !important;
}

body * means target all elements on your site

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

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • 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.