harmonium icon indicating copy to clipboard operation
harmonium copied to clipboard

As a user, I want the $header-font-family var to update the header font-family when changed

Open blazebarsamian opened this issue 6 years ago • 2 comments

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 ^

blazebarsamian avatar May 22 '18 16:05 blazebarsamian

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.

blazebarsamian avatar May 22 '18 16:05 blazebarsamian

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.

revelry-stalebot[bot] avatar Apr 01 '19 19:04 revelry-stalebot[bot]