Fixed incorrect font useage

This commit is contained in:
onyxserpent 2014-09-29 18:23:26 -07:00
parent 9ad2d48ddb
commit 2139587c37

View file

@ -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;