I am using GeneratePress Pro and I have used the Customizer to set the H1 headings to ‘Quicksand’. I have even added the following additional CSS:
h1.entry-title {
font-family: Quicksand;
}
However, my post titles are still showing as a different font.
Example here (this is a test post I did): https://sleepytimesleep.com/baby-sleep-tips/
I have also looked through the Stylesheet and that is set to Quicksand as well. Not sure where else to look.