straker/livingcss

Generated <h1> font-family differs from rendered on a page

Closed this issue · 1 comments

The generated from SASS to CSS styles for h1 are as follows:

h1 {
  font-family: "Helvetica Neue Light", "Helvetica Neue Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 2.25rem;
  line-height: 1.375em; }

But on a page, in styles section of devtools, font-family looks like this:

h1.livingcss-example {
    font-family: &quot;
    font-size: 2.25rem;
    line-height: 1.375em;
}

Is there any legit way to include custom font files into styleguide? (Your default template is taken as base).

Thanks for the bug. v4.1.4 should fix the issue with the &quot;