Add Medium font variant and update font weights globally
This commit is contained in:
@@ -39,9 +39,10 @@
|
||||
}
|
||||
span {
|
||||
display: block;
|
||||
margin-left: 24px;
|
||||
color: $color-secondary-light;
|
||||
text-align: left;
|
||||
margin-left: 24px;
|
||||
font-weight: 300;
|
||||
|
||||
@include bp (sm) {
|
||||
margin-left: 0;
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
.discover {
|
||||
padding: 0 20px;
|
||||
font-family: $font-sans;
|
||||
font-size: rem(28px);
|
||||
color: $color-tertiary;
|
||||
font-weight: 300;
|
||||
font-weight: 200;
|
||||
line-height: 1.5;
|
||||
padding: 0 20px;
|
||||
color: $color-tertiary;
|
||||
|
||||
@include bp (sm) {
|
||||
font-size: rem(32px);
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: 300;
|
||||
color: $color-secondary;
|
||||
font-weight: 200;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user