diff --git a/packages/type/scss/_styles.scss b/packages/type/scss/_styles.scss index 415f8c0c..261e007d 100644 --- a/packages/type/scss/_styles.scss +++ b/packages/type/scss/_styles.scss @@ -125,7 +125,7 @@ $expressive-heading-04: ( font-family: carbon--font-family('sans'), font-size: type-scale(7), font-weight: carbon--font-weight('regular'), - line-height: 107%, + line-height: 129%, letter-spacing: 0, breakpoints: ( xlg: ( diff --git a/packages/type/src/__tests__/__snapshots__/styles-test.js.snap b/packages/type/src/__tests__/__snapshots__/styles-test.js.snap index d32c592f..bd839b75 100644 --- a/packages/type/src/__tests__/__snapshots__/styles-test.js.snap +++ b/packages/type/src/__tests__/__snapshots__/styles-test.js.snap @@ -292,7 +292,7 @@ Object { "fontSize": "calc(1.75rem + 0 * ((100vw - 20rem) / 62))", "fontWeight": 400, "letterSpacing": 0, - "lineHeight": "107%", + "lineHeight": "129%", } `; @@ -300,7 +300,7 @@ exports[`styles expressiveHeading04 should be printable 2`] = ` "font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif; font-size: calc(1.75rem + 0 * ((100vw - 20rem) / 62)); font-weight: 400; -line-height: 107%; +line-height: 129%; letter-spacing: 0; -@media- -(min--width-:- -8-2rem-): [object Object]; -@media- -(min--width-:- -9-9rem-): [object Object];" diff --git a/packages/type/src/styles.js b/packages/type/src/styles.js index b57683f0..029ac157 100644 --- a/packages/type/src/styles.js +++ b/packages/type/src/styles.js @@ -127,7 +127,7 @@ export const expressiveHeading04 = fluid({ fontFamily: fontFamilies.sans, fontSize: rem(scale[6]), fontWeight: fontWeights.regular, - lineHeight: '107%', + lineHeight: '129%', letterSpacing: 0, breakpoints: { xlg: {