grimlandsupply Posted March 30 Share Posted March 30 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';} Link to comment
Solution Ziggy Posted March 30 Solution Share Posted March 30 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 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
grimlandsupply Posted March 30 Author Share Posted March 30 It solved!!! Thank you so much! Ziggy 1 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