mirror of https://github.com/twbs/bootstrap.git
Docs: add `.fw-medium` utility class example
This commit is contained in:
parent
39905711fa
commit
1871531312
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue