From a21e562b312d82d69ddb75e66ba58d9831e7a6f3 Mon Sep 17 00:00:00 2001 From: Anna Gonzales Date: Fri, 28 Oct 2022 11:54:42 -0500 Subject: [PATCH] [docs] Update type token weights (#3221) Parent issue: https://github.com/carbon-design-system/carbon/issues/12174 Reverting some of the previously changed font weights. Co-authored-by: TJ Egan Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- src/components/TypesetStyle/typeScale.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/TypesetStyle/typeScale.js b/src/components/TypesetStyle/typeScale.js index fab9218a3b8..5d44dcfb56f 100644 --- a/src/components/TypesetStyle/typeScale.js +++ b/src/components/TypesetStyle/typeScale.js @@ -201,7 +201,7 @@ export default { sm: { step: 8, font: 'IBM Plex Sans', - 'font-weight': '300', + 'font-weight': '400', 'font-size': 2, 'line-height': 2.5, 'letter-spacing': 0, @@ -281,7 +281,7 @@ export default { xlg: { step: 8, font: 'IBM Plex Sans', - 'font-weight': '300', + 'font-weight': '400', 'font-size': 2, 'line-height': 2.5, 'letter-spacing': 0, @@ -290,7 +290,7 @@ export default { max: { step: 8, font: 'IBM Plex Sans', - 'font-weight': '300', + 'font-weight': '400', 'font-size': 2, 'line-height': 2.5, 'letter-spacing': 0, @@ -301,7 +301,7 @@ export default { sm: { step: 8, font: 'IBM Plex Sans', - 'font-weight': '300', + 'font-weight': '400', 'font-size': 2, 'line-height': 2.5, 'letter-spacing': 0,