mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +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 {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue