Use the bold sans font instead of font-weight: bold

This commit is contained in:
Kevin MacMartin 2018-04-26 00:03:16 -04:00
parent 42c76f0699
commit 6ea47a7de2

View file

@ -222,6 +222,7 @@ body {
margin-bottom: 20px;
> .card-header {
@include font-sans-bold;
position: relative;
padding: 9px 15px;
border-top: 1px solid darken($c-dashboard-dark, 5%);
@ -230,7 +231,6 @@ body {
background-color: $c-dashboard-dark;
color: $c-dashboard-light;
font-size: 14px;
font-weight: bold;
.dashboard-heading {
position: absolute;