add bold section to inline text styles
authorSarah White <graphitefriction@gmail.com>
Thu, 5 Apr 2018 16:25:53 +0000 (10:25 -0600)
committerSarah White <graphitefriction@gmail.com>
Tue, 10 Apr 2018 16:31:36 +0000 (10:31 -0600)
docs/modules/ROOT/pages/inline-text-styles.adoc [new file with mode: 0644]

diff --git a/docs/modules/ROOT/pages/inline-text-styles.adoc b/docs/modules/ROOT/pages/inline-text-styles.adoc
new file mode 100644 (file)
index 0000000..7536042
--- /dev/null
@@ -0,0 +1,22 @@
+= Inline Text Styles
+ifndef::env-site,env-github[]
+include::_attributes.adoc[]
+endif::[]
+
+////
+When creating a UI theme for Antora, there are certain elements in the UI that require support from the CSS to work correctly.
+This list includes elements in the shell (i.e., frame) and in the document content.
+This document identifies these UI elements.
+////
+
+[#bold]
+== Bold text
+
+How xref:antora:asciidoc:bold.adoc[text marked up as bold] appears on your site depends on the fonts loaded by the UI and any CSS styles it applies to the `<strong>` HTML tag.
+
+[source,html]
+----
+<p>A bold <strong>word</strong>, and a <strong>bold phrase</strong>.</p>
+----
+
+In the default UI, the `strong` element, specified in [.path]_css/base.css_, uses the 500 weight fonts loaded by the typeface stylesheets.