summaryrefslogtreecommitdiffstats
path: root/docs/modules/ROOT/pages
diff options
context:
space:
mode:
authorSarah White <graphitefriction@gmail.com>2018-04-05 10:25:53 -0600
committerSarah White <graphitefriction@gmail.com>2018-04-10 10:31:36 -0600
commit0e47547154ea41dee19a6fdc17e57bcd7ac63daf (patch)
tree85043b078b6abd4633f1e6a4224a2e5ab6944a50 /docs/modules/ROOT/pages
parentd62f08231e621b0b39c476d7a860726ff4be16ed (diff)
downloadalpine-antora-theme-0e47547154ea41dee19a6fdc17e57bcd7ac63daf.tar.bz2
alpine-antora-theme-0e47547154ea41dee19a6fdc17e57bcd7ac63daf.tar.xz
add bold section to inline text styles
Diffstat (limited to 'docs/modules/ROOT/pages')
-rw-r--r--docs/modules/ROOT/pages/inline-text-styles.adoc22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/inline-text-styles.adoc b/docs/modules/ROOT/pages/inline-text-styles.adoc
new file mode 100644
index 0000000..7536042
--- /dev/null
+++ b/docs/modules/ROOT/pages/inline-text-styles.adoc
@@ -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.