Add Medium font variant and update font weights globally
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user