Font changes

This commit is contained in:
onyxserpent 2014-08-10 16:30:21 -07:00
parent 640142a4d8
commit ae042996dc

View file

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