Skip to content

Commit

Permalink
add new semibold font-weight token
Browse files Browse the repository at this point in the history
  • Loading branch information
sirineJ committed Oct 15, 2024
1 parent fa070b4 commit 06e5f52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/design-tokens/themes/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export const schema = [
{ name: '--cui-font-stack-mono', type: 'fontFamily' },
/* Font weights */
{ name: '--cui-font-weight-regular', type: 'fontWeight' },
{ name: '--cui-font-weight-semibold', type: 'fontWeight' },
{ name: '--cui-font-weight-bold', type: 'fontWeight' },
/* Icon sizes */
{ name: '--cui-icon-sizes-kilo', type: 'dimension' },
Expand Down
5 changes: 5 additions & 0 deletions packages/design-tokens/themes/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ export const shared = [
value: '375',
type: 'fontWeight',
},
{
name: '--cui-font-weight-semibold',
value: '550',
type: 'fontWeight',
},
{
name: '--cui-font-weight-bold',
value: '650',
Expand Down

0 comments on commit 06e5f52

Please sign in to comment.