Copy link to clipboard
Copied
Hi, I'm setting up a webshop through Shopify and wanted to add a custom Adobe font for the navigation. I've imported the font like this (in the <head> tag):
<style>
@import url("https://use.typekit.net/vsc0gok.css");
</style>
And I also defined the font usage like this (in my custom css);
.site-nav__label {
font-family: congenial, sans-serif;
font-weight: 400;
color:#3D3D3D;
}
Now on my computer everything works and looks good but I think that's because I have the font installed on my device. When I check the webshop on any other device, the standard Shopify font is shown.
Any thoughts/advice?
Thanks.
Have something to add?