Personalized checkout and custom promotions with Shopify Scripts
Hi, I added a custom font to my shopify code, im using the dawn theme. It works perfectly fine on desktop, however the font just doesnt work on mobile and i get a generic font. could someone please help. Ive read many discussion boards on this and I cant find a fix that works for me.
Hi there,
Other discussions can be very relevant, but unfortunately it can be pretty hard to find an exact code that would work on your end, especially since most of the themes are having a different structure.
It's possible that you haven't loaded the font correctly, and it works on your desktop because you have it locally installed, while on mobile its not.
It would be helpful if you can share your website link, and indicate which is the font that is not loading as expected.
Cheers!
www.explorerlife.co.uk is the website. the whole font body is the same font.
In layout > theme.liquid i have
{% style %}
@font-face {
font-family: "Cornerstone";
src: url({{ "Cornerstone.woff2" | asset_url }}) format("woff2");
}
in assets > base.css i have
h1, h2, h3, h4, body, header, h5, h6, input, table, output{
font-family: "Cornerstone" !important;
}
and this works perfectly for desktop.
However it just doesnt work on mobile
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025