RikkiG Posted December 21, 2021 Share Posted December 21, 2021 Site URL: https://www.estebanroa.com/ Hi all, My site title font doesn't load properly on mobile. I've seen a similar question asked multiple times but only regarding custom fonts. My issue is with a font that's already loaded in squarespace. It's only custom in the sense that I've assigned a font to the site title that's different from the selected heading and paragraph fonts. The site is https://www.estebanroa.com/ and the font I assigned to the site title is "adore-you". It defaults to the heading font "Alice" on mobile. Any suggestions? Thanks! Link to comment
Beyondspace Posted December 21, 2021 Share Posted December 21, 2021 13 minutes ago, RikkiG said: Site URL: https://www.estebanroa.com/ Hi all, My site title font doesn't load properly on mobile. I've seen a similar question asked multiple times but only regarding custom fonts. My issue is with a font that's already loaded in squarespace. It's only custom in the sense that I've assigned a font to the site title that's different from the selected heading and paragraph fonts. The site is https://www.estebanroa.com/ and the font I assigned to the site title is "adore-you". It defaults to the heading font "Alice" on mobile. Any suggestions? Thanks! I 've that there is one custom Css with the breakpoint 575px Kindly check your custom and change this to your desired font Or just add the following one to Home > Design > Custom Css to overwrite it @media screen and (max-width: 575px) { .header-title-text { font-family: adore-you } } Hope it makes sense Support me by pressing 👍 if this useful for you Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
RikkiG Posted December 21, 2021 Author Share Posted December 21, 2021 Hi @bangank36 That's odd because besides one thing to change summary block font, there was no other custom code. But either way, adding just the following code worked. .header-title-text { font-family: adore-you } Thank you! 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