mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
Font changes
This commit is contained in:
parent
640142a4d8
commit
ae042996dc
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue