diff options
| author | Matthieu Vignolle <[email protected]> | 2019-12-06 01:34:10 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-12-06 02:34:10 +0200 |
| commit | 1a5b7f4a8e235b0733b2ead9a4404ffaabb9ead2 (patch) | |
| tree | 4ea3a2b6934d7575ddfa64c8813c8d441b23d7ab /site/content/docs | |
| parent | 2a6ba75388ec6201731b478077d0e06860046033 (diff) | |
| download | bootstrap-1a5b7f4a8e235b0733b2ead9a4404ffaabb9ead2.tar.xz bootstrap-1a5b7f4a8e235b0733b2ead9a4404ffaabb9ead2.zip | |
Add font style normal (#29744)
Diffstat (limited to 'site/content/docs')
| -rw-r--r-- | site/content/docs/4.3/utilities/text.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/4.3/utilities/text.md b/site/content/docs/4.3/utilities/text.md index f54020644..a194fc310 100644 --- a/site/content/docs/4.3/utilities/text.md +++ b/site/content/docs/4.3/utilities/text.md @@ -76,6 +76,7 @@ Quickly change the weight (boldness) of text or italicize text. <p class="font-weight-light">Light weight text.</p> <p class="font-weight-lighter">Lighter weight text (relative to the parent element).</p> <p class="font-italic">Italic text.</p> +<p class="font-normal">Text without font style</p> {{< /example >}} ## Line height |
