How can I change fonts for headings only in Impact theme?

@font-face {
font-weight: 700;
font-family: “Fredoka-VariableFont”;
src: url(“Fredoka-VariableFont.woff2”) format(“woff2”),
url(“Fredoka-VariableFont.woff”) format(“woff”);
}

h1,h2,h3,h4,h5,h6 { font-family: “Fredoka-VariableFont”!important; }

}

I used this code to change font in impact theme but problem is theme using span for headings and i want to change font only on heading and when in class in mention span it change font to all the paragraphs body text etc how to fix this

you can update your code to this and check again

@font-face {
font-weight: 700;
font-family: "Fredoka-VariableFont";
src: url("Fredoka-VariableFont.woff2") format("woff2"),
url("Fredoka-VariableFont.woff") format("woff");
}

h1,h2,h3,h4,h5,h6, .heading span, .h1 span { font-family: "Fredoka-VariableFont"!important; }

}

It did not work sir

https://petlii-store.myshopify.com/

this is the website please check the slider heading and the below heading is in span and its not changing i have installed fontify app its also did not worked

Sir please i am waiting for your reply

Hi @learningdesign ,

Your store is password protected. To check the issue, the password is required.

Thanks

Yash Garg