mardid Posted November 30, 2022 Share Posted November 30, 2022 I am having an issue with the scrolling block.I added CSS code for a custom font which is causing the spacing between items to jump. mardidinprogress.squarespace.com pw happycamper This issue is on all the project pages I can't figure out how to make it load at 0.9rem instead of have this jump Screen Recording 2022-11-30 at 12.10.14 PM.mov Link to comment
Solution tuanphan Posted December 1, 2022 Solution Share Posted December 1, 2022 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mardid Posted December 15, 2022 Author Share Posted December 15, 2022 this fixed it! thank you! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment