Skip to content

Commit

Permalink
feat(font-emphasis): add missing 600 font-weight
Browse files Browse the repository at this point in the history
- class font-weight-semibold
- fixes vuetifyjs#20585
  • Loading branch information
Francesco committed Oct 17, 2024
1 parent e3b9895 commit 43ed92f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/styles/settings/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ $font-weights: map-deep-merge(
'light': 300,
'regular': 400,
'medium': 500,
'semibold': 600,
'bold': 700,
'black': 900
),
Expand Down

0 comments on commit 43ed92f

Please sign in to comment.