MIP Posted November 29, 2023 Posted November 29, 2023 In Squarespace 7.1 - My custom font isn't appearing correctly in seemingly random spots - my menu navigation, announcement bar and an event title so far. I've made sure to use the .sqsrte-large and .sqsrte-small snippets. Here's my custom CSS: // CUSTOM FONT @font-face { font-family: 'CIRCULAR'; src: url(https://static1.squarespace.com/static/64b024f88157696f144a7d31/t/6566a3d2333b464338313c29/1701225426743/CircularStd-Book.otf); } h1 { font-family: 'CIRCULAR';} h2 { font-family: 'CIRCULAR';} h3 { font-family: 'CIRCULAR';} h4 { font-family: 'CIRCULAR';} .sqsrte-large { font-family: 'CIRCULAR';} p { font-family: 'CIRCULAR';} .sqsrte-small { font-family: 'CIRCULAR';}
Web_Solutions Posted November 29, 2023 Posted November 29, 2023 14 minutes ago, MIP said: In Squarespace 7.1 - My custom font isn't appearing correctly in seemingly random spots - my menu navigation, announcement bar and an event title so far. I've made sure to use the .sqsrte-large and .sqsrte-small snippets. Here's my custom CSS: // CUSTOM FONT @font-face { font-family: 'CIRCULAR'; src: url(https://static1.squarespace.com/static/64b024f88157696f144a7d31/t/6566a3d2333b464338313c29/1701225426743/CircularStd-Book.otf); } h1 { font-family: 'CIRCULAR';} h2 { font-family: 'CIRCULAR';} h3 { font-family: 'CIRCULAR';} h4 { font-family: 'CIRCULAR';} .sqsrte-large { font-family: 'CIRCULAR';} p { font-family: 'CIRCULAR';} .sqsrte-small { font-family: 'CIRCULAR';} Replace your code with the code below. @font-face { font-family: 'CIRCULAR'; src: url(https://static1.squarespace.com/static/64b024f88157696f144a7d31/t/6566a3d2333b464338313c29/1701225426743/CircularStd-Book.otf); } h1, h2, h3, h4, .sqsrte-large, p, .sqsrte-small { font-family: 'CIRCULAR' !important; } Kobir 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
MIP Posted November 29, 2023 Author Posted November 29, 2023 Thanks for your reply, but unfortunately this didn't work! 😭
Web_Solutions Posted November 29, 2023 Posted November 29, 2023 5 minutes ago, MIP said: Thanks for your reply, but unfortunately this didn't work! 😭 Where did you add the code? Can you send me screenshot? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
MIP Posted November 29, 2023 Author Posted November 29, 2023 Sure, it's added in the Custom CSS section. Here's a screenshot.
Web_Solutions Posted November 29, 2023 Posted November 29, 2023 Can you share you website URL? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
MIP Posted November 29, 2023 Author Posted November 29, 2023 It's a client's website that's populated, but not yet live - I think for privacy they wouldn't be comfortable for me to share. Hmm. Is there another way?
Web_Solutions Posted November 29, 2023 Posted November 29, 2023 https://support.squarespace.com/hc/en-us/articles/205815528-Site-wide-passwords?platform=v6&websiteId=63f08707a1ab1979c11e7d14 Check this Kobir 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
MIP Posted November 29, 2023 Author Posted November 29, 2023 Oh thanks, I'm currently using the Squarespace password protection as the client is a large organization and some team members have different access to to different sections of the site during the building. I guess I meant to say for security , I wouldn't be able to give out access, not privacy.
Web_Solutions Posted November 29, 2023 Posted November 29, 2023 5 minutes ago, MIP said: Oh thanks, I'm currently using the Squarespace password protection as the client is a large organization and some team members have different access to to different sections of the site during the building. I guess I meant to say for security , I wouldn't be able to give out access, not privacy. Can you try with this code? See the image. Replace the marked code with the code below. body * { font-family: 'CIRCULAR' !important; } Kobir 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
MIP Posted November 29, 2023 Author Posted November 29, 2023 Wow, that did it! Amazing. Thank you so much for your help!
Web_Solutions Posted November 29, 2023 Posted November 29, 2023 Welcome! If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment