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

@@ -160,7 +160,7 @@
position: relative;
display: inline-block;
font-size: rem(160px);
color: rgba($color-text, 0.15);
color: rgba($color-text, 0.2);
font-family: $font-serif;
font-weight: 200;
line-height: 1;
@@ -191,7 +191,7 @@
color: $color-gray;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: 300;
font-weight: 400;
font-size: rem(14px);
}
}