Skip to content

Commit

Permalink
Merge pull request #58 from yalesites-org/yalb-648
Browse files Browse the repository at this point in the history
YALB-648 - Feedback: Review line-height in paragraphs adjustments
  • Loading branch information
joetower authored Nov 30, 2022
2 parents dadd220 + 85edb54 commit 84b8915
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,19 +184,19 @@ font:
body:
xl:
size: "{ font.scale.23-29.value }"
line-height: "1.4"
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.45"
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: "1.65"
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 }"
Expand All @@ -208,19 +208,19 @@ font:
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.60"
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.29"
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 }"
xs:
size: "{ font.scale.13-14.value }"
line-height: "1.45"
line-height: "1.4"
family: "{ fontFamilies.mallory-compact.value }"
weight: "{ font.weights.mallory-book.value }"
value: "{ font.style.body.xs.weight } { font.style.body.xs.size }/{ font.style.body.xs.line-height } { font.style.body.xs.family }"
Expand Down

0 comments on commit 84b8915

Please sign in to comment.