Skip to content

Commit

Permalink
Update typeScale.js
Browse files Browse the repository at this point in the history
Related issue: carbon-design-system/carbon#11862
Epic:  carbon-design-system/carbon#11813

Type token updates for brand integration
  • Loading branch information
aagonzales authored Aug 2, 2022
1 parent e4b071f commit a7dddc5
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 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': '400',
'font-weight': '300',
'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': '400',
'font-weight': '300',
'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': '400',
'font-weight': 300',
'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': '400',
'font-weight': '300',
'font-size': 2,
'line-height': 2.5,
'letter-spacing': 0,
Expand Down Expand Up @@ -640,35 +640,35 @@ export default {
step: 14,
font: 'IBM Plex Sans',
'font-weight': '300',
'font-size': 4.25,
'line-height': 4.875,
'font-size': 3.375,
'line-height': 4,
'letter-spacing': 0,
'type-set': 'Expressive',
},
lg: {
step: 17,
font: 'IBM Plex Sans',
'font-weight': '300',
'font-size': 5.75,
'line-height': 6.375,
'font-size': 3.75,
'line-height': 4.375,
'letter-spacing': '-0.64',
'type-set': 'Expressive',
},
xlg: {
step: 20,
font: 'IBM Plex Sans',
'font-weight': '300',
'font-size': 7.625,
'line-height': 8.125,
'font-size': 4.75,
'line-height': 5.376,
'letter-spacing': '-0.64',
'type-set': 'Expressive',
},
max: {
step: 23,
font: 'IBM Plex Sans',
'font-weight': '300',
'font-size': 9.75,
'line-height': 10.25,
'font-size': 5.25,
'line-height': 5.875,
'letter-spacing': '-0.96',
'type-set': 'Expressive',
},
Expand All @@ -677,7 +677,7 @@ export default {
sm: {
step: 10,
font: 'IBM Plex Sans',
'font-weight': '600',
'font-weight': '300',
'font-size': 2.625,
'line-height': 3.125,
'letter-spacing': 0,
Expand All @@ -686,7 +686,7 @@ export default {
md: {
step: 14,
font: 'IBM Plex Sans',
'font-weight': '600',
'font-weight': '300',
'font-size': 4.25,
'line-height': 4.875,
'letter-spacing': 0,
Expand All @@ -695,7 +695,7 @@ export default {
lg: {
step: 17,
font: 'IBM Plex Sans',
'font-weight': '600',
'font-weight': '300',
'font-size': 5.75,
'line-height': 6.375,
'letter-spacing': -0.64,
Expand All @@ -704,7 +704,7 @@ export default {
xlg: {
step: 20,
font: 'IBM Plex Sans',
'font-weight': '600',
'font-weight': '300',
'font-size': 7.625,
'line-height': 8.125,
'letter-spacing': -0.64,
Expand All @@ -713,7 +713,7 @@ export default {
max: {
step: 23,
font: 'IBM Plex Sans',
'font-weight': '600',
'font-weight': '300',
'font-size': 9.75,
'line-height': 10.25,
'letter-spacing': -0.96,
Expand Down

0 comments on commit a7dddc5

Please sign in to comment.