* #2375 Add `.is-relative` helper
* #2321 Make `.navbar` focus behave like hover for the navigation
* #2290 Fix #1186 -> Reset the offset on columns
+* #2231 Add `.has-text-weight-medium` helper
### Improvements
font-weight: 400 !important;
}
+.has-text-weight-medium {
+ font-weight: 500 !important;
+}
+
.has-text-weight-semibold {
font-weight: 600 !important;
}
<td><code>has-text-weight-normal</code></td>
<td>Transforms text weight to <strong>normal</strong></td>
</tr>
+ <tr>
+ <td><code>has-text-weight-medium</code></td>
+ <td>Transforms text weight to <strong>medium</strong></td>
+ </tr>
<tr>
<td><code>has-text-weight-semibold</code></td>
<td>Transforms text weight to <strong>semi-bold</strong></td>