Font family not changing for h1 element

For some reason the h1 elements on this page refuses to change. Every other element changes without trouble.

What am I missing?

You have a little typo in CSS code.
Have a look above the h1 styling(line 67) in your CSS section. You have an extra curly bracket inserted. Remove that extra curly bracket, and it will work as you want it to.

I Hope it helps…

1 Like