From 86ea0473ef6ac6cee2286dfc1220f7f083ccb5d1 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 3 Dec 2014 17:38:45 -0600 Subject: [PATCH] fix(bar): move font weight to variable --- scss/_bar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_bar.scss b/scss/_bar.scss index 779630ae5c..92b4402352 100644 --- a/scss/_bar.scss +++ b/scss/_bar.scss @@ -144,7 +144,7 @@ white-space: nowrap; font-size: $bar-title-font-size; - font-weight: 500;//$headings-font-weight; + font-weight: $headings-font-weight; line-height: $bar-height;