From 2139587c3729a1b03f6899079f743bf157838036 Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Mon, 29 Sep 2014 18:23:26 -0700 Subject: [PATCH] Fixed incorrect font useage --- app/assets/stylesheets/themes/default/layout/_sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/themes/default/layout/_sidebar.scss b/app/assets/stylesheets/themes/default/layout/_sidebar.scss index eb9975b..0260bed 100644 --- a/app/assets/stylesheets/themes/default/layout/_sidebar.scss +++ b/app/assets/stylesheets/themes/default/layout/_sidebar.scss @@ -3,7 +3,7 @@ .widget { @include span-columns(12); margin-bottom: $container-padding; - font-family: $header-font-family; + font-family: $base-font-family; color: white; padding-top: 20px; position: relative;