]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: add `.fw-medium` utility class example
authorA Kriya <kriya@dismail.de>
Sun, 8 Jan 2023 20:09:36 +0000 (01:39 +0530)
committerMark Otto <otto@github.com>
Sun, 8 Jan 2023 23:48:44 +0000 (15:48 -0800)
site/content/docs/5.3/utilities/text.md

index 5b3cd028bae0075c5f5ab15e13cf39cdbe26be92..f28b362e2c15562da67c5d5b762a0322cdee8923 100644 (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>