aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Kriya <[email protected]>2023-01-09 01:39:36 +0530
committerMark Otto <[email protected]>2023-01-08 15:48:44 -0800
commit187153131255dc0b6f415036a85dd4f0ece10ed6 (patch)
tree873b2f88824bf24a8ae6d0af63ffa27f346aaa0e
parent39905711fab711ac6f99f8a987931bdee9376b66 (diff)
downloadbootstrap-187153131255dc0b6f415036a85dd4f0ece10ed6.tar.xz
bootstrap-187153131255dc0b6f415036a85dd4f0ece10ed6.zip
Docs: add `.fw-medium` utility class example
-rw-r--r--site/content/docs/5.3/utilities/text.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.3/utilities/text.md b/site/content/docs/5.3/utilities/text.md
index 5b3cd028b..f28b362e2 100644
--- a/site/content/docs/5.3/utilities/text.md
+++ b/site/content/docs/5.3/utilities/text.md
@@ -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>