mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +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 {
|
h4 {
|
||||||
font-family: 'Impact';
|
font-family: 'Impact';
|
||||||
|
font-weight: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
color: $light-blue;
|
color: $light-blue;
|
||||||
|
@ -42,7 +43,7 @@
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
margin: 0 -15px 0 0;
|
margin: 0 -15px 0 0;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
font-weight: 600;
|
font-weight: normal;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-family: $header-font-family;
|
font-family: $header-font-family;
|
||||||
|
@ -67,6 +68,7 @@
|
||||||
.controls input {
|
.controls input {
|
||||||
@include linear-gradient(#585858, #585858);
|
@include linear-gradient(#585858, #585858);
|
||||||
font-family: 'Impact';
|
font-family: 'Impact';
|
||||||
|
font-weight: normal;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: #585858;
|
background: #585858;
|
||||||
|
|
|
@ -66,6 +66,7 @@ div#categories {
|
||||||
|
|
||||||
th.category {
|
th.category {
|
||||||
font-family: 'Impact';
|
font-family: 'Impact';
|
||||||
|
font-weight: normal;
|
||||||
color: #36b1ff;
|
color: #36b1ff;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
|
|
|
@ -67,6 +67,7 @@ div.article {
|
||||||
h2 {
|
h2 {
|
||||||
margin: 0 0 .5em 0;
|
margin: 0 0 .5em 0;
|
||||||
font-family: 'Impact';
|
font-family: 'Impact';
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue