diff --git a/styles/css/core/variables.css b/styles/css/core/variables.css index 9369b9e5a7..7c6bdf3ace 100644 --- a/styles/css/core/variables.css +++ b/styles/css/core/variables.css @@ -1,7 +1,7 @@ /** * IMPORTANT: This file is the result of assembling design tokens * Do not edit directly - * Generated on Wed, 15 May 2024 12:30:36 GMT + * Generated on Wed, 31 Jul 2024 09:52:08 GMT */ :root { @@ -48,7 +48,7 @@ --pgn-typography-line-height-sm: 1.5; --pgn-typography-line-height-lg: 1.5; --pgn-typography-line-height-base: 1.5556; - --pgn-typography-font-weight-table-th: normal; + --pgn-typography-font-weight-table-th: bold; --pgn-typography-font-weight-lead: inherit; --pgn-typography-font-weight-bolder: bolder; --pgn-typography-font-weight-bold: 700; diff --git a/tokens/src/core/global/typography.json b/tokens/src/core/global/typography.json index 935fa96e9b..009e579b30 100644 --- a/tokens/src/core/global/typography.json +++ b/tokens/src/core/global/typography.json @@ -76,7 +76,7 @@ "description": "Basic font weight." }, "lead": { "value": "inherit", "type": "fontWeight", "source": "$lead-font-weight", "description": "Lead text font weight." }, - "table-th": { "value": "normal", "type": "fontWeight", "source": "$table-th-font-weight", "description": "Table th font weight." } + "table-th": { "value": "bold", "type": "fontWeight", "source": "$table-th-font-weight", "description": "Table th font weight." } } }, "line-height": {