Docs: add `.fw-medium` utility class example

This commit is contained in:
A Kriya 2023-01-09 01:39:36 +05:30 committed by Mark Otto
parent 39905711fa
commit 1871531312
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ Quickly change the `font-weight` or `font-style` of text with these utilities. `
<p class="fw-bold">Bold text.</p>
<p class="fw-bolder">Bolder weight text (relative to the parent element).</p>
<p class="fw-semibold">Semibold weight text.</p>
<p class="fw-medium">Medium weight text.</p>
<p class="fw-normal">Normal weight text.</p>
<p class="fw-light">Light weight text.</p>
<p class="fw-lighter">Lighter weight text (relative to the parent element).</p>