getmonay Posted September 15, 2023 Share Posted September 15, 2023 Hi! I'm trying to use a custom font file and I can tell the code is working because it is rendering a change in the header, but it is appearing as times new roman - not the bubble font I'm trying to us. Here is the code: @font-face { font-family: ‘BUBBLEGUMS; src: url('https://static1.squarespace.com/static/64a31a14f988b2491913aad7/t/6503b0a7bf076443d7b101b9/1694740647741/BUBBLEGUMS.TTF'); } h1 {font-family: ‘BUBBLEGUMS’ !important;} (I also tried it without !important too) any ideas why it's not working?? thanks so much in advance! Link to comment
Ziggy Posted September 15, 2023 Share Posted September 15, 2023 It looks like you're missing a closing single quote mark at the end of the font name here: 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
getmonay Posted September 15, 2023 Author Share Posted September 15, 2023 Still not working 😞 When I add it , it says Syntax error on Line 2, when I remove both completely, it still renders as times new roman. Link to comment
Solution Ziggy Posted September 15, 2023 Solution Share Posted September 15, 2023 Try replacing it with this: @font-face { font-family: 'BUBBLEGUMS'; src: url('https://static1.squarespace.com/static/64a31a14f988b2491913aad7/t/6503b0a7bf076443d7b101b9/1694740647741/BUBBLEGUMS.TTF'); } h1 { font-family: 'BUBBLEGUMS' !important; } The single quote marks you were using weren't correct quote marks for some reason. 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
getmonay Posted September 15, 2023 Author Share Posted September 15, 2023 Thank you soooooo much!!!!! Link to comment
Ziggy Posted September 15, 2023 Share Posted September 15, 2023 5 hours ago, getmonay said: Thank you soooooo much!!!!! Glad I could help! 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? 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