Reply To: Font not working for H1 and Body Text

Home Forums Support Font not working for H1 and Body Text Reply To: Font not working for H1 and Body Text

Home Forums Support Font not working for H1 and Body Text Reply To: Font not working for H1 and Body Text

#93552
Tom
Lead Developer
Lead Developer

Looks like you’re importing the parent theme stylesheet a second time in your child theme’s style.css file.

Remove this line and you should be good to go:

@import url("../generatepress/style.css");