LaurenD93 Posted November 7, 2023 Posted November 7, 2023 Hi there! I purchased a new font and am trying to incorporate it into my site. The text is being modified to a generic serif font instead of the script it should be. Help please! My site is laurendtherapy.com. Here's the code: @font-face { font-family: 'Northwell'; src: url('FontURLhttps://static1.squarespace.com/static/629e828d31490d01d0f319ef/t/65497cac74a74b3d8224203c/1699314861015/Northwell.ttf'); } h2 {font-family: 'Northwell';}
melody495 Posted November 7, 2023 Posted November 7, 2023 Hi, please let me know which text you are expecting to use the custom font, but is not? -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you)
LaurenD93 Posted November 7, 2023 Author Posted November 7, 2023 (edited) @melody495 I currently have the Northwell font set to be for Heading 2 (but want to try different options before I decide for sure). As far as I can tell the Heading 2 content is modified, but to a generic serif font. I believe the change is consistent across my site. Not sure if that answers your question... Edit: if you go to the "About Me" page on my site, the heading "The Letters" should be a script because it's H2. I also have an unpublished page titled "Font Test" where I'm watching the changes but you may not be able to see that one. Edited November 7, 2023 by LaurenD93
Solution melody495 Posted November 7, 2023 Solution Posted November 7, 2023 Hi, remove FontURL at the beginning of your font file. From this, @font-face { font-family: 'Northwell'; src: url('FontURLhttps://static1.squarespace.com/static/629e828d31490d01d0f319ef/t/65497cac74a74b3d8224203c/1699314861015/Northwell.ttf'); } to this. Try and let me know @font-face { font-family: 'Northwell'; src: url('https://static1.squarespace.com/static/629e828d31490d01d0f319ef/t/65497cac74a74b3d8224203c/1699314861015/Northwell.ttf'); } -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you)
LaurenD93 Posted November 7, 2023 Author Posted November 7, 2023 (edited) @melody495 thanks that totally worked! I have one follow up question - It looks like my headings are all set to all caps - so the replacement font I put in is also defaulting to all caps. Can I modify that so that I have access to lowercase too? EDIT: I was able to change the caps settings in the font package, so it's working now! Thanks so much! Edited November 7, 2023 by LaurenD93
melody495 Posted November 7, 2023 Posted November 7, 2023 You're welcome! Re all caps, have you tried checking your Site Styles -> Fonts settings -> Transform? If it is not set to Uppercase, then add this to your custom css h2 { text-transform: none !important; } -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you)
melody495 Posted November 7, 2023 Posted November 7, 2023 8 minutes ago, LaurenD93 said: EDIT: I was able to change the caps settings in the font package, so it's working now! Thanks so much! Perfect! 🙂 -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment