Jump to content

Scrolling Block issue

Go to solution Solved by tuanphan,

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Solution

Your custom font code is invalid.

@font-face {
    font-family: 'coax-regular';
    src: url(URL.ttf/.otfhttps://static1.squarespace.com/static/636a8ff2580afa5e4f9f88a8/t/636abfbb6d05102800dcc9ce/1667940283726/Coax-Regular.otf),url(URL.woffhttps://static1.squarespace.com/static/636a8ff2580afa5e4f9f88a8/t/636abfc7d281a94fb8048abe/1667940295892/coax-regular-webfont.woff),url(https://static1.squarespace.com/static/636a8ff2580afa5e4f9f88a8/t/636abfcb98f0d43ddf1da92f/1667940299840/coax-regular-webfont.woff2URL.woff2)
}

It should be

@font-face {
    font-family: 'coax-regular';
    src: url(https://static1.squarespace.com/static/636a8ff2580afa5e4f9f88a8/t/636abfbb6d05102800dcc9ce/1667940283726/Coax-Regular.otf);
src: url(https://static1.squarespace.com/static/636a8ff2580afa5e4f9f88a8/t/636abfc7d281a94fb8048abe/1667940295892/coax-regular-webfont.woff),url(https://static1.squarespace.com/static/636a8ff2580afa5e4f9f88a8/t/636abfcb98f0d43ddf1da92f/1667940299840/coax-regular-webfont.woff2URL.woff2);
}

 

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

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.