Skip to content

Commit

Permalink
fix: updating line-heights
Browse files Browse the repository at this point in the history
  • Loading branch information
joetower committed Nov 30, 2022
1 parent 2155d1d commit 85edb54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tokens/typography/font.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,37 +184,37 @@ font:
body:
xl:
size: "{ font.scale.23-29.value }"
line-height: "1.8"
line-height: "1.7"
family: "{ fontFamilies.mallory-compact.value }"
weight: "{ font.weights.mallory-book.value }"
value: "{ font.style.body.xl.weight } { font.style.body.xl.size }/{ font.style.body.xl.line-height } { font.style.body.xl.family }"
l:
size: "{ font.scale.20-26.value }"
line-height: "1.5"
line-height: "1.7"
family: "{ fontFamilies.mallory-compact.value }"
weight: "{ font.weights.mallory-book.value }"
value: "{ font.style.body.l.weight } { font.style.body.l.size }/{ font.style.body.l.line-height } { font.style.body.l.family }"
default:
size: "{ font.scale.17-20.value }"
line-height: "2"
line-height: "1.7"
family: "{ fontFamilies.mallory-compact.value }"
weight: "{ font.weights.mallory-book.value }"
value: "{ font.style.body.default.weight } { font.style.body.default.size }/{ font.style.body.default.line-height } { font.style.body.default.family }"
default-condensed:
size: "{ font.scale.17-20.value }"
line-height: "1.5"
line-height: "1.4"
family: "{ fontFamilies.mallory-compact.value }"
weight: "{ font.weights.mallory-book.value }"
value: "{ font.style.body.default-condensed.weight } { font.style.body.default-condensed.size }/{ font.style.body.default-condensed.line-height } { font.style.body.default-condensed.family }"
s:
size: "{ font.scale.15-16.value }"
line-height: "1.8"
line-height: "1.7"
family: "{ fontFamilies.mallory-compact.value }"
weight: "{ font.weights.mallory-book.value }"
value: "{ font.style.body.s.weight } { font.style.body.s.size }/{ font.style.body.s.line-height } { font.style.body.s.family }"
s-condensed:
size: "{ font.scale.15-16.value }"
line-height: "1.5"
line-height: "1.4"
family: "{ fontFamilies.mallory-compact.value }"
weight: "{ font.weights.mallory-book.value }"
value: "{ font.style.body.s-condensed.weight } { font.style.body.s-condensed.size }/{ font.style.body.s-condensed.line-height } { font.style.body.s-condensed.family }"
Expand Down

0 comments on commit 85edb54

Please sign in to comment.