Skip to content

Commit

Permalink
Update weights on certain headings (carbon-design-system#230)
Browse files Browse the repository at this point in the history
There were conflicting weights on the IDL site; the brand team likes to use light weight on black backgrounds and regular weight on light backgrounds for the same size fonts. We have to pick a lane and stick with the regular weight for $expressive-heading-04 (all steps) $expressive-heading-05 (step 7) and $productive-heading-04. 

Basically reverting back to what we had before... apologize for the confusion.
  • Loading branch information
jeanservaas authored Jan 7, 2019
1 parent 5345f62 commit a5fc39a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/type/src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,21 +140,21 @@ export const expressiveHeading04 = fluid({
lg: {
fontSize: rem(scale[6]),
fontFamily: fontFamilies.sans,
fontWeight: fontWeights.light,
fontWeight: fontWeights.regular,
lineHeight: '125%',
letterSpacing: 0,
},
xlg: {
fontSize: rem(scale[6]),
fontFamily: fontFamilies.sans,
fontWeight: fontWeights.light,
fontWeight: fontWeights.regular,
lineHeight: '129%',
letterSpacing: 0,
},
max: {
fontSize: rem(scale[7]),
fontFamily: fontFamilies.sans,
fontWeight: fontWeights.light,
fontWeight: fontWeights.regular,
lineHeight: '125%',
letterSpacing: 0,
},
Expand All @@ -164,7 +164,7 @@ export const expressiveHeading04 = fluid({
export const expressiveHeading05 = fluid({
fontFamily: fontFamilies.sans,
fontSize: rem(scale[6]),
fontWeight: fontWeights.light,
fontWeight: fontWeights.regular,
lineHeight: '129%',
letterSpacing: 0,
breakpoints: {
Expand Down

0 comments on commit a5fc39a

Please sign in to comment.