Add Medium font variant and update font weights globally
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
.text-medium {
|
||||
font-size: rem(20px);
|
||||
font-family: $font-sans;
|
||||
font-weight: 300;
|
||||
font-weight: 200;
|
||||
line-height: 1.4;
|
||||
|
||||
@include bp (sm) {
|
||||
@@ -102,5 +102,5 @@
|
||||
line-height: 1.4;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
font-weight: 500;
|
||||
font-weight: 400;
|
||||
}
|
||||
Reference in New Issue
Block a user