48thmediaco Posted November 3 Share Posted November 3 Hello, my custom font was previously working on Mobile but now it is not. My screenshot shows it's pulling in some areas but not all. https://heptagon-kangaroo-cxhc.squarespace.com/ pass: hndlhomes Here is the code I have input: url('https://static1.squarespace.com/static/6511a807de16be47fc25962d/t/6511af9bf6537a05c7d44bd1/1695657885773/Unbounded-Medium.ttf'); } @font-face { font-family: 'Unbounded-Regular'; src: url(https://static1.squarespace.com/static/6511a807de16be47fc25962d/t/6511afacb40bae09dd64bf75/1695657901347/Unbounded-Regular.ttf); } h1 { font-family: 'Unbounded-Bold'!important; } h2 { font-family: 'Unbounded-SemiBold'!important; } h3 { font-family: 'Unbounded-Medium'!important; } h4 { font-family: 'Unbounded-Regular'!important; } Link to comment
melody495 Posted November 3 Share Posted November 3 1 hour ago, 48thmediaco said: Here is the code I have input: url('https://static1.squarespace.com/static/6511a807de16be47fc25962d/t/6511af9bf6537a05c7d44bd1/1695657885773/Unbounded-Medium.ttf'); } Hi, which text is not working as you expect? What font are you expecting it to be? Also, is that all the code? As it seems cut off from the top. And the code to load the font file for Unbounded-SemiBold is not in your code. -------- > 👆 <---------- 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
48thmediaco Posted November 3 Author Share Posted November 3 The whole string of code didn't pull, here it is again. H1 text seems to be the most troublesome on mobile. @font-face { font-family:'Unbounded-Bold'; src: url('https://static1.squarespace.com/static/6511a807de16be47fc25962d/t/6511afa4bd9bc20ec8650136/1695657892911/Unbounded-Bold.ttf'); } @font-face { font-family:'Unbounded-SemiBold'; src: url('https://static1.squarespace.com/static/6511a807de16be47fc25962d/t/6511af9bf6537a05c7d44bd1/1695657885773/Unbounded-SemiBold.ttf'); } @font-face { font-family:'Unbounded-Medium'; src: url('https://static1.squarespace.com/static/6511a807de16be47fc25962d/t/6511af9b9c544f0ec63dc077/1695657885821/Unbounded-Medium.ttf'); } @font-face { font-family: 'Unbounded-Regular'; src: url(https://static1.squarespace.com/static/6511a807de16be47fc25962d/t/6511afacb40bae09dd64bf75/1695657901347/Unbounded-Regular.ttf); } h1 { font-family: 'Unbounded-Bold' !important; } h2 { font-family: 'Unbounded-SemiBold' !important; } h3 { font-family: 'Unbounded-Medium' !important; } h4 { font-family: 'Unbounded-Regular' !important; } Link to comment
48thmediaco Posted November 3 Author Share Posted November 3 Okay, I reloaded the bold font file... and now it's working 😅 melody495 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