Mrthesier Posted February 8, 2021 Posted February 8, 2021 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'; }
DaveW11son Posted February 25, 2021 Posted February 25, 2021 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.
tuanphan Posted March 1, 2021 Posted March 1, 2021 On 2/26/2021 at 5:54 AM, BrooklynCreativeStudio said: I have the same question. Can you share your site url? We can help easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
DaveW11son Posted March 1, 2021 Posted March 1, 2021 4 hours ago, tuanphan said: Can you share your site url? We can help easier. www.brooklyncreativestudio.org
Potter Posted November 11, 2021 Posted November 11, 2021 Any answer for this as having the same problem with mobile version menu bar?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.