raresmann Posted June 18, 2021 Posted June 18, 2021 Site URL: https://hyperboloid-mushroom-4rwg.squarespace.com/ Hi! I am using a custom font for my squarespace website, I have embedded the code in CSS and it shows well on my own computer on Chroma, butt not on other browsers and on mobile. Here is the code I use: @font-face{ font-family:'Quincy-ExtraBold'; src: url ('https://static1.squarespace.com/static/60afbc0ce1bc9c1054ba5067/t/60cc8d3860cb1e0578d5c0ca/1624018232984/QuincyCF-ExtraBold.woff')} h1 { font-family: 'QuincyCF-ExtraBold'; } Can anyone advise? Thanks!
tuanphan Posted June 21, 2021 Posted June 21, 2021 Hi. Please check again. I see the code you added in Custom CSS, different with the code you post above. Here I checked @font-face { font-family: 'QuincyCF-ExtraBold'; src: url ' https://static1.squarespace.com/static/60afbc0ce1bc9c1054ba5067/t/60b759650d9ac529423e912f/1622628709216/QuincyCF-ExtraBold.woff'; font-weight: bolder } Add this new code @font-face { font-family: 'QuincyCF-ExtraBold'; src: url(https://static1.squarespace.com/static/60afbc0ce1bc9c1054ba5067/t/60b759650d9ac529423e912f/1622628709216/QuincyCF-ExtraBold.woff); } 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!)
raresmann Posted June 21, 2021 Author Posted June 21, 2021 Thank you so much! It ended up working 🥰 This is the code I used eventually, if anyone needs it: @font-face { font-family: 'QuincyCF-ExtraBold'; src: url('https://static1.squarespace.com/static/60afbc0ce1bc9c1054ba5067/t/60cc8d3860cb1e0578d5c0ca/1624018232984/QuincyCF-ExtraBold.woff'); font-weight: bolder; }
tuanphan Posted July 11, 2021 Posted July 11, 2021 On 6/21/2021 at 3:40 PM, raresmann said: Thank you so much! It ended up working 🥰 This is the code I used eventually, if anyone needs it: @font-face { font-family: 'QuincyCF-ExtraBold'; src: url('https://static1.squarespace.com/static/60afbc0ce1bc9c1054ba5067/t/60cc8d3860cb1e0578d5c0ca/1624018232984/QuincyCF-ExtraBold.woff'); font-weight: bolder; } The site has some problems. Do you need support? Site URL: https://hyperboloid-mushroom-4rwg.squarespace.com/ 1. (Tablet-Services) Equal height title/content https://hyperboloid-mushroom-4rwg.squarespace.com/services-overview 2. (Mobile – Event individual page) Reduce white space? https://hyperboloid-mushroom-4rwg.squarespace.com/events/coffee-chat-july 3. (Mobile/Tablet – Overlay Menu) Change Login color? 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.