All things Shopify and commerce
Hello,
I uploaded a custom font to my Shopify page but it seems to only appear on Google Chrome - it does not appear on Safari or mobile platforms. Does anyone know how to have the font appear across all platforms? The CSS liquid is as follows:
@font-face {
font-family: "GrandSlang-Roman";
src: url("GrandSlang-Roman.woff2") format("woff2"),
url("GrandSlang-Roman.woff") format("woff");
}
h1, h2, h3, span.marquee-text { font-family: "GrandSlang-Roman"!important; }
Thanks so much in advance! Appreciate the support.
Solved! Go to the solution
This is an accepted solution.
<style>
@font-face {
font-family: "GrandSlang-Roman";
src: url("Linkofthefontfile");
}
h1, h2, h3, span.marquee-text {
font-family: "GrandSlang-Roman" !important;
}
</style>
This is an accepted solution.
<style>
@font-face {
font-family: "GrandSlang-Roman";
src: url("Linkofthefontfile");
}
h1, h2, h3, span.marquee-text {
font-family: "GrandSlang-Roman" !important;
}
</style>
Hi GemPages,
Thank you SO much for your help - this worked like a charm!!
I do appreciate your compliment! 😁
This worked for me perfectly, thank you so much @GemJ. Would you happen to know how to add a variable to the font too? Eg. I've uploaded a regular and an italic version of the .woff2 font and unsure how to link the two in the code so when i select italics in the body it's overridden with the italic version of that font. Thank you!
thank you so much for this im looking it for 1 week.
Gosh, I sure wish I could jump on the bandwagon and sing your praises, too! That would mean this worked for me; alas, I still can't get my custom font (also Catchy Mager Regular) to resolve... anywhere. Not in Safari, Chrome or Opera. You mentioned in an earlier post to upload the font file to you so I'll do just that.
**EDIT**: Apparently, Shopify finds a .TTF illegal. How else can I send it to you?
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