Jump to content

Custom font not showing up anymore

Recommended Posts

Posted

Hi, 

I just went in to make updates for a client website that I hadn't edited in a few months and for some reason, my custom header font is not showing up anymore - the template default text is showing up instead. Last time I was editing the website the custom font was there, so I'm not sure what happened? The website is www.honed.homes and below is the custom-css code I am using. Any help is much appreciated! 

 

@font-face {
 
  font-family: 'Proxima Nova-Bold';
       src: url('https://static1.squarespace.com/static/6397406edc521021cc7cf1dd/t/639746d47583b54fea9be5a7/1670858452934/Proxima+Nova+-+Bold.otf');
  }

h1 {font-family: 'Proxima Nova-Bold';}
h2 {font-family: 'Proxima Nova-Bold';}
h3 {font-family: 'Proxima Nova-Bold';}

Posted

I have the exact same problem! I've revisited / recreated the code, but it's still not working – it was displaying 100% fine yesterday. Your code looks the same as mine, it looks correct?

Posted
4 hours ago, alyssrossi said:

Hi, 

I just went in to make updates for a client website that I hadn't edited in a few months and for some reason, my custom header font is not showing up anymore - the template default text is showing up instead. Last time I was editing the website the custom font was there, so I'm not sure what happened? The website is www.honed.homes and below is the custom-css code I am using. Any help is much appreciated! 

 

@font-face {
 
  font-family: 'Proxima Nova-Bold';
       src: url('https://static1.squarespace.com/static/6397406edc521021cc7cf1dd/t/639746d47583b54fea9be5a7/1670858452934/Proxima+Nova+-+Bold.otf');
  }

h1 {font-family: 'Proxima Nova-Bold';}
h2 {font-family: 'Proxima Nova-Bold';}
h3 {font-family: 'Proxima Nova-Bold';}

Change to this code

@font-face {
  font-family: 'Proxima Nova-Bold';
       src: url('https://static1.squarespace.com/static/6397406edc521021cc7cf1dd/t/639746d47583b54fea9be5a7/1670858452934/Proxima+Nova+-+Bold.otf');
  }
h1, h2, h3 {font-family: 'Proxima Nova-Bold' !important;}

 

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.