Copy link to clipboard
Copied
Hello,
I am using Shopify to build a website, using their Prestige theme.
Does anyone have any advice on implementing the piece of code provided by Adobe Fonts when you set up a web project into a Shopify theme?
I would prefer to use the fonts available in Adobe Fonts since Shopify has a limited selection.
Copy link to clipboard
Copied
Hi, I'm not sure whether you've fixed this yet but it's quite simple actually.
Steps below:
I hope this helps.
Copy link to clipboard
Copied
This was hepful, thank you. However, I'm only able to change the font for body text and blog post headings. The chhanges don't affect other headlines on the website. Any advice?
Copy link to clipboard
Copied
All you have to do to make it just the body text is put it in like this:
body {
font-family: YOUR FONT, serif !important
}
Copy link to clipboard
Copied
oh, my mistake- you need the header.
If it isn't working, find your other fonts in your theme file and remove the important tags from them. This usually is the issue.
Copy link to clipboard
Copied
I canøt get this to work. Nothing changes in the theme. What could I be doing wrong? I'm not that familiar with coding. Are there some steps that I've might have overlooked?