From: Sarah White Date: Thu, 5 Apr 2018 17:20:18 +0000 (-0600) Subject: add italic inline text style section X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9e3580b9dbf9fc296ff8451d6aaa0e9a177ac6d6;p=eg-antora.git add italic inline text style section --- 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 `` HTML tag. + +[source,html] +---- +

An italic word, and an italic phrase.

+---- + +In the default UI, the italic fonts (`font-style: italic`) loaded by the typeface stylesheets are applied to inline text enclosed in ``.