summaryrefslogtreecommitdiffstats
path: root/docs/modules/ROOT/pages
diff options
context:
space:
mode:
authorSarah White <graphitefriction@gmail.com>2018-04-05 11:54:30 -0600
committerSarah White <graphitefriction@gmail.com>2018-04-10 10:31:36 -0600
commit396bf63eae4f60a557cf6efd4638e27d5172d511 (patch)
treeea26d09d847d1eb6c983ae71a2f6281f39ba2388 /docs/modules/ROOT/pages
parent9e3580b9dbf9fc296ff8451d6aaa0e9a177ac6d6 (diff)
downloadalpine-antora-theme-396bf63eae4f60a557cf6efd4638e27d5172d511.tar.bz2
alpine-antora-theme-396bf63eae4f60a557cf6efd4638e27d5172d511.tar.xz
add inline monospace section to text styles
Diffstat (limited to 'docs/modules/ROOT/pages')
-rw-r--r--docs/modules/ROOT/pages/inline-text-styles.adoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/inline-text-styles.adoc b/docs/modules/ROOT/pages/inline-text-styles.adoc
index 7c7df02..f6a8cc4 100644
--- a/docs/modules/ROOT/pages/inline-text-styles.adoc
+++ b/docs/modules/ROOT/pages/inline-text-styles.adoc
@@ -32,3 +32,17 @@ How xref:antora:asciidoc:italics.adoc[italicized text] appears on your site depe
----
In the default UI, the italic fonts (`font-style: italic`) loaded by the typeface stylesheets are applied to inline text enclosed in `<em>`.
+
+[#monospace]
+== Monospace text
+
+Technical content often requires text to be styled in a way that indicates it is a command or source code.
+Such text is usually emphasized using a fixed-width, i.e., monospace, font.
+Consequentially, how xref:antora:asciidoc:monospace.adoc[inline monospace text] is displayed depends on the fixed-width font loaded by your UI and any CSS styles it applies to the `<code>` HTML tag.
+
+[source,html]
+----
+<p>A monospace <code>word</code>, and a <code>monospace phrase</code>.</p>
+----
+
+In the default UI, the `code` element, specified in [.path]_css/base.css_, uses a fixed-width font which is loaded by a corresponding typeface stylesheet.