Jump to content

Custom Font on Mobile for 7.1 site

Recommended Posts

Posted

Site URL: https://www.steventhesier.com/home

Found instructions on how to use a custom font on a site using the Custom CSS panel on the site. Works fine on desktop but custom font does not display on mobile. Can somebody pinpoint what modifications need to be done so that the font displays on mobile? site is steventhesier.com/home (currently have a custom page as the homepage since site is under construction). Here's the code I have used:
 

font-face {
font-family: Bebas Neue Regular;
src: url(https://static1.squarespace.com/static/5d990778e61ac054756f2583/t/5fce860610a49c4f6915c04d/1607370246070/BebasNeue+Regular.otf),
}
h1 {
font-family: 'Bebas';
}

h2 {
font-family: 'Bebas Neue Bold';
}

h3 {
font-family: 'Bebas Neue Regular';
}

H4 {
font-family: 'Bebas Neue Book';
}

.sqsrte-large {
font-family: 'Bebas Neue Regular';
}

p {
font-family: 'Bebas Neue Light';
}

.sqsrte-small {
font-family: 'Bebas Neue Light';
}

  • 3 weeks later...
  • Replies 4
  • Views 861
  • Created
  • Last Reply
Posted
On 2/8/2021 at 6:30 PM, Mrthesier said:

Site URL: https://www.steventhesier.com/home

Found instructions on how to use a custom font on a site using the Custom CSS panel on the site. Works fine on desktop but custom font does not display on mobile. Can somebody pinpoint what modifications need to be done so that the font displays on mobile? site is steventhesier.com/home (currently have a custom page as the homepage since site is under construction). Here's the code I have used:
 

font-face {
font-family: Bebas Neue Regular;
src: url(https://static1.squarespace.com/static/5d990778e61ac054756f2583/t/5fce860610a49c4f6915c04d/1607370246070/BebasNeue+Regular.otf),
}
h1 {
font-family: 'Bebas';
}

h2 {
font-family: 'Bebas Neue Bold';
}

h3 {
font-family: 'Bebas Neue Regular';
}

H4 {
font-family: 'Bebas Neue Book';
}

.sqsrte-large {
font-family: 'Bebas Neue Regular';
}

p {
font-family: 'Bebas Neue Light';
}

.sqsrte-small {
font-family: 'Bebas Neue Light';
}

I have the same question.

  • 8 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.