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 { h4 {
font-family: 'Impact'; font-family: $header-font-family;
font-weight: normal; font-weight: normal;
text-align: center; text-align: center;
margin-bottom: 25px; margin-bottom: 25px;
@ -73,7 +73,7 @@
.button, .button,
.controls input { .controls input {
@include linear-gradient(#585858, #585858); @include linear-gradient(#585858, #585858);
font-family: 'Impact'; font-family: $header-font-family;
font-weight: normal; font-weight: normal;
color: white; color: white;
border-radius: 10px; border-radius: 10px;
@ -172,4 +172,4 @@
margin-bottom: 0; margin-bottom: 0;
} }
} }
} }