From 58a7038e51e1301014ee5b77ee9af71729fbabe7 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 28 Nov 2014 17:23:07 -0500 Subject: [PATCH] Header font missing from h1-h5 without ui header #1314 --- src/definitions/globals/site.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/definitions/globals/site.less b/src/definitions/globals/site.less index d5f7508c8..2a2904b61 100755 --- a/src/definitions/globals/site.less +++ b/src/definitions/globals/site.less @@ -61,6 +61,7 @@ h2, h3, h4, h5 { + font-family: @headerFont; line-height: @headerLineHeight; margin: @headerMargin; font-weight: @headerFontWeight;