Skip to content

Commit

Permalink
chore: update tokens (#2793)
Browse files Browse the repository at this point in the history
Co-authored-by: boosted-bot <[email protected]>
  • Loading branch information
boosted-bot and boosted-bot authored Nov 19, 2024
1 parent 4b2819a commit ca5653e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions scss/tokens/_semantic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ $ouds-elevation-color-sticky-navigation-scrolled-dark: $ouds-color-transparent-b
// Font

// scss-docs-start ouds-semantic-font
$ouds-font-family-web: $ouds-font-family-brand-default !default;
$ouds-font-family: $ouds-font-family-brand-default !default;
$ouds-font-letter-spacing-body-large-desktop: $ouds-font-letter-spacing-300 !default;
$ouds-font-letter-spacing-body-large-mobile: $ouds-font-letter-spacing-250 !default;
$ouds-font-letter-spacing-body-large-tablet: $ouds-font-letter-spacing-250 !default;
Expand Down Expand Up @@ -626,15 +626,15 @@ $ouds-font-size-label-large: $ouds-font-size-250 !default;
$ouds-font-size-label-medium: $ouds-font-size-200 !default;
$ouds-font-size-label-small: $ouds-font-size-150 !default;
$ouds-font-size-label-xlarge: $ouds-font-size-300 !default;
$ouds-font-weight-web-code: $ouds-font-weight-400 !default;
$ouds-font-weight-web-default: $ouds-font-weight-400 !default;
$ouds-font-weight-web-strong: $ouds-font-weight-700 !default;
$ouds-font-weight-web-body-default: $ouds-font-weight-web-default !default;
$ouds-font-weight-web-body-strong: $ouds-font-weight-web-strong !default;
$ouds-font-weight-web-display: $ouds-font-weight-web-strong !default;
$ouds-font-weight-web-heading: $ouds-font-weight-web-strong !default;
$ouds-font-weight-web-label-default: $ouds-font-weight-web-default !default;
$ouds-font-weight-web-label-strong: $ouds-font-weight-web-strong !default;
$ouds-font-weight-code: $ouds-font-weight-400 !default;
$ouds-font-weight-default: $ouds-font-weight-400 !default;
$ouds-font-weight-strong: $ouds-font-weight-700 !default;
$ouds-font-weight-body-default: $ouds-font-weight-default !default;
$ouds-font-weight-body-strong: $ouds-font-weight-strong !default;
$ouds-font-weight-display: $ouds-font-weight-strong !default;
$ouds-font-weight-heading: $ouds-font-weight-strong !default;
$ouds-font-weight-label-default: $ouds-font-weight-default !default;
$ouds-font-weight-label-strong: $ouds-font-weight-strong !default;
// scss-docs-end ouds-semantic-font

// Grid
Expand Down

0 comments on commit ca5653e

Please sign in to comment.