summaryrefslogtreecommitdiffstats
path: root/docs/modules/ROOT/pages
diff options
context:
space:
mode:
authorSarah White <graphitefriction@gmail.com>2018-04-05 11:20:18 -0600
committerSarah White <graphitefriction@gmail.com>2018-04-10 10:31:36 -0600
commit9e3580b9dbf9fc296ff8451d6aaa0e9a177ac6d6 (patch)
tree424b75c0c421febeb15981b222045b7bea36d3c6 /docs/modules/ROOT/pages
parentc1903e9ef7dda1fe0f77fe1724bbeed9a9bab2fc (diff)
downloadalpine-antora-theme-9e3580b9dbf9fc296ff8451d6aaa0e9a177ac6d6.tar.bz2
alpine-antora-theme-9e3580b9dbf9fc296ff8451d6aaa0e9a177ac6d6.tar.xz
add italic inline text style section
Diffstat (limited to 'docs/modules/ROOT/pages')
-rw-r--r--docs/modules/ROOT/pages/inline-text-styles.adoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/inline-text-styles.adoc b/docs/modules/ROOT/pages/inline-text-styles.adoc
index 7536042..7c7df02 100644
--- a/docs/modules/ROOT/pages/inline-text-styles.adoc
+++ b/docs/modules/ROOT/pages/inline-text-styles.adoc
@@ -20,3 +20,15 @@ How xref:antora:asciidoc:bold.adoc[text marked up as bold] appears on your site
----
In the default UI, the `strong` element, specified in [.path]_css/base.css_, uses the 500 weight fonts loaded by the typeface stylesheets.
+
+[#italics]
+== Italic text
+
+How xref:antora:asciidoc:italics.adoc[italicized text] appears on your site depends on the fonts loaded by the UI and any CSS styles it applies to the `<em>` HTML tag.
+
+[source,html]
+----
+<p>An italic <em>word</em>, and an <em>italic phrase</em>.</p>
+----
+
+In the default UI, the italic fonts (`font-style: italic`) loaded by the typeface stylesheets are applied to inline text enclosed in `<em>`.