Skip to content

Commit 2e030fb

Browse files
committed
Fix font-weight issues
1 parent 30f8153 commit 2e030fb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/typography/index.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ h1, h2, h3, h4, h5, h6
44
font-family: font-sans-serif
55
font-weight: font-weight-normal
66
line-height: line-height-titles
7-
margin: padding-vertical 0
7+
margin: 1.8rem 0
88

99
a
1010
color: color-text-black
@@ -21,7 +21,7 @@ h5, .h5, h6, .h6
2121
font-size: font-size-h5
2222

2323
p
24-
margin: padding-vertical 0
24+
margin: 1rem 0
2525
line-height: line-height
2626

2727
&.caption

lib/vars/index.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ font-size-h3 = 1.5rem
1616
font-size-h4 = 1.3rem
1717
font-size-h5 = font-size-base
1818

19-
font-weight-light = 200
20-
font-weight-normal = normal
19+
font-weight-light = 300
20+
font-weight-normal = 400
2121
font-weight-bold = 600
2222

2323
line-height = 1.728571429

0 commit comments

Comments
 (0)