harmonium
harmonium copied to clipboard
As a user, I want the $header-font-family var to update the header font-family when changed
For some reason, when you update the header-font-family
var in the settings file, it doesn't update the header font.
The only way I've been able to change header fonts is by doing
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'proxima-nova', $global-sans-serif-font;
}
I can't even use font-family: $header-font-family;
here ^
I can update $global-sans-serif-font
var in the settings file and that updates the header font. And if I were to want a different body font family, updating $body-font-family
var works.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.