diff --git a/app/assets/stylesheets/themes/default/layout/_sidebar.scss b/app/assets/stylesheets/themes/default/layout/_sidebar.scss index 7a39ef8..eb9975b 100644 --- a/app/assets/stylesheets/themes/default/layout/_sidebar.scss +++ b/app/assets/stylesheets/themes/default/layout/_sidebar.scss @@ -25,7 +25,7 @@ } h4 { - font-family: 'Impact'; + font-family: $header-font-family; font-weight: normal; text-align: center; margin-bottom: 25px; @@ -73,7 +73,7 @@ .button, .controls input { @include linear-gradient(#585858, #585858); - font-family: 'Impact'; + font-family: $header-font-family; font-weight: normal; color: white; border-radius: 10px; @@ -172,4 +172,4 @@ margin-bottom: 0; } } -} \ No newline at end of file +}