diff options
Diffstat (limited to 'docs/4.0')
| -rw-r--r-- | docs/4.0/utilities/text.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/4.0/utilities/text.md b/docs/4.0/utilities/text.md index 48a5d96e1..972b90066 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 %} |
