aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/utilities/_text.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
index 5e169c4d9..0aa441cc9 100644
--- a/scss/utilities/_text.scss
+++ b/scss/utilities/_text.scss
@@ -4,6 +4,8 @@
// Text
//
+.text-monospace { font-family: $font-family-monospace; }
+
// Alignment
.text-justify { text-align: justify !important; }