mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
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:
@@ -333,7 +333,15 @@ breadcrumb:
|
||||
<tr>
|
||||
<td><code>has-text-weight-bold</code></td>
|
||||
<td>
|
||||
Transforms text weight to <span class="has-text-weight-bold">bold</span>
|
||||
Transforms text weight to
|
||||
<span class="has-text-weight-bold">bold</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>has-text-weight-extrabold</code></td>
|
||||
<td>
|
||||
Transforms text weight to
|
||||
<span class="has-text-weight-extrabold">extrabold</span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user