Skip to content

Commit

Permalink
Docs: add .fw-medium utility class example
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kriya authored and mdo committed Jan 8, 2023
1 parent 3990571 commit 1871531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/content/docs/5.3/utilities/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1871531

Please sign in to comment.