Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-04-01 07:04:54 +0300
committerMark Otto <markd.otto@gmail.com>2018-04-01 07:58:57 +0300
commit185666fd79804efe11e2ed7b993fb38f5a7be612 (patch)
tree61e3ca85ce170c0ad574e123d522b2367712c907 /docs
parentb2e423f54dcf47844e0a076a1f397b6a548dba58 (diff)
Add .text-monospace util
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/utilities/text.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/4.0/utilities/text.md b/docs/4.0/utilities/text.md
index 48a5d96e16..972b900664 100644
--- a/docs/4.0/utilities/text.md
+++ b/docs/4.0/utilities/text.md
@@ -81,3 +81,12 @@ Quickly change the weight (boldness) of text or italicize text.
<p class="font-italic">Italic text.</p>
{% endcapture %}
{% include example.html content=example %}
+
+## Monospace
+
+Change a selection to our monospace font stack with `.text-monospace`.
+
+{% capture example %}
+<p class="font-monospace">This is in monospace</p>
+{% endcapture %}
+{% include example.html content=example %}