From 48087e4ebfe24db10b59f5bf4c53bd22620bc238 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 3 Dec 2014 17:37:14 -0600 Subject: [PATCH] fix(bar): fix title font weight --- scss/_bar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_bar.scss b/scss/_bar.scss index f147b26e9e..779630ae5c 100644 --- a/scss/_bar.scss +++ b/scss/_bar.scss @@ -144,6 +144,7 @@ white-space: nowrap; font-size: $bar-title-font-size; + font-weight: 500;//$headings-font-weight; line-height: $bar-height;