From a33f9f1340ca3d8bead6063cbff3fe30d51dfd68 Mon Sep 17 00:00:00 2001 From: Brian Lewis Date: Wed, 9 Nov 2022 05:43:57 -0600 Subject: [PATCH] fix(YALB-823): update body condensed line-height --- tokens/typography/font.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens/typography/font.yml b/tokens/typography/font.yml index e4703b8..9ba52d0 100644 --- a/tokens/typography/font.yml +++ b/tokens/typography/font.yml @@ -202,7 +202,7 @@ font: 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.29" + 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 }"