I’m trying to use 2 specific fonts for my h1, h2 and h3 tags on a specific page..
I expect this to override my global CSS settings but it doesn’t seem to change the font at all. Please help.
Here’s what I’ve entered into the Custom CSS area:
h1 { font-family: 'Montserrat', sans-serif !important; color: #000000; font-size: 250% }
h2 { font-family: 'Montserrat', sans-serif !important; color: #000000; font-size: 200% }
h3 { font-family: 'Domine', !important; font-size: 160% }