Jump to content

Custom CCS Font changing on safari

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Please check again Custom CSS. The font face code is incorrect.

Your code

@font-face {
    font-family: 'nevis';
    src: url 'https://static1.squarespace.com/static/6010809e7aec136e0f8e596f/t/6012929cac62e54e76997908/1611829916661/nevis.ttf';
    font-weight: regular
}

It should be

@font-face {
    font-family: 'nevis';
    src: url('https://static1.squarespace.com/static/6010809e7aec136e0f8e596f/t/6012929cac62e54e76997908/1611829916661/nevis.ttf');
    font-weight: regular;
}

Do similar for other font face code

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
  • 4 weeks later...

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.