Hi Everyone,
I am having trouble with my custom font, I already managed to implement it for Section Header, but not for everything else.
I have a custom font for all Headlines, and one for body, can someone help me with the right code?
Website: www.saintsass.com
Thank you so much!
Larissa
Click Customize button on theme card in theme library
Next Click on Theme settings at the bottom
in Theme settings click on typography
Under typography you will find the settings to update font for headings and body
Hi thank you but this doesnt work for custom fonts… Any other advice?
update following variables in your theme.scss file
var(–text-font-family) for body and var(–heading-font-family) for heading with custom font family name
do you have coding experience ?