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

@@ -24,9 +24,10 @@
}
}
p {
max-width: 480px;
margin-bottom: 32px;
color: $color-text;
font-weight: 300;
font-weight: 200;
@include bp (sm) {
margin-bottom: 40px;
@@ -50,9 +51,9 @@
input {
display: block;
width: 100%;
font-family: $font-sans;
font-weight: 400;
font-size: rem(18px);
font-family: $font-sans;
font-weight: 300;
color: #333;
background: none;
border: none;
@@ -113,6 +114,8 @@
@include bp (sm) {
margin-left: 12px;
padding-bottom: 0;
font-size: rem(16px);
}
}
p {