LaurenD93 Posted November 7 Share Posted November 7 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';} Link to comment
melody495 Posted November 7 Share Posted November 7 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 🙋♀️Techy SquareSpace Developer for all your customisation needs #CSS #html #javascript ✉️ Email me 💻Soft launch https://www.melodylee.tech/ A software developer in an artist body that knows how marketing works. UK based, work globally #neverstoplearning ☕ I like coffee 😊 Link to comment
LaurenD93 Posted November 7 Author Share Posted November 7 (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 by LaurenD93 Link to comment
Solution melody495 Posted November 7 Solution Share Posted November 7 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 🙋♀️Techy SquareSpace Developer for all your customisation needs #CSS #html #javascript ✉️ Email me 💻Soft launch https://www.melodylee.tech/ A software developer in an artist body that knows how marketing works. UK based, work globally #neverstoplearning ☕ I like coffee 😊 Link to comment
LaurenD93 Posted November 7 Author Share Posted November 7 (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 by LaurenD93 Link to comment
melody495 Posted November 7 Share Posted November 7 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 🙋♀️Techy SquareSpace Developer for all your customisation needs #CSS #html #javascript ✉️ Email me 💻Soft launch https://www.melodylee.tech/ A software developer in an artist body that knows how marketing works. UK based, work globally #neverstoplearning ☕ I like coffee 😊 Link to comment
melody495 Posted November 7 Share Posted November 7 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 🙋♀️Techy SquareSpace Developer for all your customisation needs #CSS #html #javascript ✉️ Email me 💻Soft launch https://www.melodylee.tech/ A software developer in an artist body that knows how marketing works. UK based, work globally #neverstoplearning ☕ I like coffee 😊 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