Add Medium font variant and update font weights globally
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
p {
|
||||
max-width: 320px;
|
||||
margin: 50px auto 0;
|
||||
font-weight: 300;
|
||||
font-weight: 200;
|
||||
|
||||
@include bp (sm) {
|
||||
margin: 72px auto 0;
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user