Skip to content

Commit

Permalink
[docs] Update type token weights (#3221)
Browse files Browse the repository at this point in the history
Parent issue: carbon-design-system/carbon#12174

Reverting some of the previously changed font weights.

Co-authored-by: TJ Egan <tw15egan@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 28, 2022
1 parent c31cd7e commit a21e562
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/TypesetStyle/typeScale.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down

1 comment on commit a21e562

@vercel
Copy link

@vercel vercel bot commented on a21e562 Oct 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.