Use base-font in sidebar as default.

This commit is contained in:
simplefl 2015-04-06 22:30:36 +02:00
parent cd89af7885
commit 57d2b4931d

View file

@ -3,7 +3,7 @@
.widget { .widget {
@include span-columns(12); @include span-columns(12);
margin-bottom: $container-padding; margin-bottom: $container-padding;
font-family: $header-font-family; font-family: $base-font-family;
color: white; color: white;
padding-top: 20px; padding-top: 20px;
position: relative; position: relative;