Jump to content

Custom font not working on Mobile

Recommended Posts

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;
}

IMG_2276.PNG

Link to comment
  • Replies 3
  • Views 1.2k
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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 

Melody | Squarespace Website Developer
e: melody@melodylee.tech


💻 Can't figure something out and want to learn? 💁‍♀️ 1-2-1 Squarespace session 
👩‍💻 Need some customisation for a design? 💁‍♀️ Custom Code help
 Did I help? 💁‍♀️ I like coffee (Thank you)

Link to comment

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

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.