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?
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024