mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
Fixed impact font weightings in Windows
This commit is contained in:
parent
fc6e36d074
commit
75f3a0d32e
3 changed files with 5 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
h4 {
|
||||
font-family: 'Impact';
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
margin-bottom: 25px;
|
||||
color: $light-blue;
|
||||
|
@ -42,7 +43,7 @@
|
|||
padding: 0 20px;
|
||||
margin: 0 -15px 0 0;
|
||||
margin-bottom: 12px;
|
||||
font-weight: 600;
|
||||
font-weight: normal;
|
||||
line-height: 30px;
|
||||
text-align: right;
|
||||
font-family: $header-font-family;
|
||||
|
@ -67,6 +68,7 @@
|
|||
.controls input {
|
||||
@include linear-gradient(#585858, #585858);
|
||||
font-family: 'Impact';
|
||||
font-weight: normal;
|
||||
color: white;
|
||||
border-radius: 10px;
|
||||
background: #585858;
|
||||
|
|
|
@ -66,6 +66,7 @@ div#categories {
|
|||
|
||||
th.category {
|
||||
font-family: 'Impact';
|
||||
font-weight: normal;
|
||||
color: #36b1ff;
|
||||
font-size: 24px;
|
||||
padding-left: 20px;
|
||||
|
|
|
@ -67,6 +67,7 @@ div.article {
|
|||
h2 {
|
||||
margin: 0 0 .5em 0;
|
||||
font-family: 'Impact';
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue