diff --git a/tokens/typography/font.yml b/tokens/typography/font.yml index b73b142..58ea353 100644 --- a/tokens/typography/font.yml +++ b/tokens/typography/font.yml @@ -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 }" @@ -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 }"