MosheTigre Posted July 28 Share Posted July 28 Hi! My custom font (PPEditorialNew-Regular) is getting applied on Paragraphs but not on Headings. If you visit my website (othi.la), notice how the "Founded in Latin America. Based in New York" text is using my custom font properly (Paragraph 1), but the headings are using a different generic font from Squarespace. This is my code: @font-face { font-family: 'PPEditorialNew-Regular'; src: url(https://static1.squarespace.com/static/641efc971ef2cd00b7a4c5dc/t/64c3f7e0a62f085b13251caf/1690564576766/PPEditorialNew-Regular.ttf); } h1, h2, h3, h4, h5 { font-family:'PPEditorialNew-Regular'; } p { font-family: 'PPEditorialNew-Regular'; } Everything was working normally just a few days ago. I visited the website today and saw it was broken. Link to comment
KristenlynDG Posted July 28 Share Posted July 28 I am having the SAME issue. How do we report to Squarespace? Link to comment
creedon Posted July 28 Share Posted July 28 4 hours ago, KristenlynDG said: How do we report to Squarespace? Please Contact Customer Support. tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Solution tuanphan Posted July 29 Solution Share Posted July 29 7 hours ago, MosheTigre said: Hi! My custom font (PPEditorialNew-Regular) is getting applied on Paragraphs but not on Headings. If you visit my website (othi.la), notice how the "Founded in Latin America. Based in New York" text is using my custom font properly (Paragraph 1), but the headings are using a different generic font from Squarespace. This is my code: @font-face { font-family: 'PPEditorialNew-Regular'; src: url(https://static1.squarespace.com/static/641efc971ef2cd00b7a4c5dc/t/64c3f7e0a62f085b13251caf/1690564576766/PPEditorialNew-Regular.ttf); } h1, h2, h3, h4, h5 { font-family:'PPEditorialNew-Regular'; } p { font-family: 'PPEditorialNew-Regular'; } Everything was working normally just a few days ago. I visited the website today and saw it was broken. Try changing to this @font-face { font-family: 'PPEditorialNew-Regular'; src: url(https://static1.squarespace.com/static/641efc971ef2cd00b7a4c5dc/t/64c3f7e0a62f085b13251caf/1690564576766/PPEditorialNew-Regular.ttf); } h1, h2, h3, h4, h5 { font-family:'PPEditorialNew-Regular' !important; } p { font-family: 'PPEditorialNew-Regular' !important; } MosheTigre 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment