grimlandsupply Posted March 30, 2023 Posted March 30, 2023 Hi, my custom font is not working on other devices. Can you check it please? Thanks. https://www.goldenerany.com/ @font-face { font-family: 'PPNeueMontreal-SemiBold'; src: url('FontURLhttps://static1.squarespace.com/static/63f5364cd03f2925cbd94e75/t/6421e840f01bcc005abc0fc2/1679943744256/PPNeueMontreal-SemiBold.ttf'); } h1 {font-family: 'PPNeueMontreal-SemiBold';} h2 {font-family: 'PPNeueMontreal-SemiBold';} h3 {font-family: 'PPNeueMontreal-SemiBold';} h4 {font-family: 'PPNeueMontreal-SemiBold';} p {font-family: 'PPNeueMontreal-SemiBold';}
Solution Ziggy Posted March 30, 2023 Solution Posted March 30, 2023 You haven't removed the placeholder text from the src URL: Here is the updated code: @font-face { font-family: 'PPNeueMontreal-SemiBold'; src: url('https://static1.squarespace.com/static/63f5364cd03f2925cbd94e75/t/6421e840f01bcc005abc0fc2/1679943744256/PPNeueMontreal-SemiBold.ttf'); } h1, h2, h3, h4 {font-family: 'PPNeueMontreal-SemiBold';} p, .sqsrte-large, .sqsrte-small {font-family: 'PPNeueMontreal-SemiBold';} I also added the selectors for the P1 and P3 paragraph text for you. tuanphan 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
grimlandsupply Posted March 30, 2023 Author Posted March 30, 2023 It solved!!! Thank you so much! Ziggy 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment