Skip to main content
jorisc8234010
Participant
April 16, 2021
Question

Not able to add a font to Shopify

  • April 16, 2021
  • 0 replies
  • 333 views

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.

    This topic has been closed for replies.