Browse Source

Header font missing from h1-h5 without ui header #1314

pull/1335/head
jlukic 9 years ago
parent
commit
58a7038e51
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/globals/site.less

1
src/definitions/globals/site.less

@ -61,6 +61,7 @@ h2,
h3,
h4,
h5 {
font-family: @headerFont;
line-height: @headerLineHeight;
margin: @headerMargin;
font-weight: @headerFontWeight;

Loading…
Cancel
Save