mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-11 08:00:59 +00:00
Docs: add .fw-medium utility class example
This commit is contained in:
parent
39905711fa
commit
1871531312
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue