I know my way around basic CSS and HTML but am having trouble with using my Adobe fonts on my website.
Adobe don't let you download fonts anymore to upload into the files on Hubspot, they only give you import links. They say to place them in the head code on the page, which I have done.
I have also tried adding the import link into the child theme CSS file.
Also, you're only defining the paragraph style, what you likely need/want to do is redefine the root variables used in the theme.
You'll need to check the variables used for your theme specifically, here's an example replacing all font families for POWER Pro theme (this is from a site I'm working on currently):
Also, you're only defining the paragraph style, what you likely need/want to do is redefine the root variables used in the theme.
You'll need to check the variables used for your theme specifically, here's an example replacing all font families for POWER Pro theme (this is from a site I'm working on currently):