Add Medium font variant and update font weights globally

This commit is contained in:
2021-10-08 00:31:16 +02:00
parent a7023c3a0f
commit 4100cd3013
13 changed files with 24 additions and 18 deletions

View File

@@ -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;
}