Add .has-text-weight-extrabold

Since the variable $weight-extrabold exists, it makes sense to add .has-text-weight-extrabold as a typography class.

Updated examples and harmonised the css weight vs the description of semi-bold (semibold).
This commit is contained in:
Brendon Muir
2024-11-22 11:23:18 +13:00
parent 6374a8094d
commit 57f8a4ae69
2 changed files with 13 additions and 1 deletions

View File

@@ -149,6 +149,10 @@ $alignments: (
font-weight: iv.$weight-bold !important;
}
.#{iv.$helpers-has-prefix}text-weight-extrabold {
font-weight: iv.$weight-extrabold !important;
}
.#{iv.$helpers-prefix}family-primary {
font-family: dv.$family-primary !important;
}