From 0e47547154ea41dee19a6fdc17e57bcd7ac63daf Mon Sep 17 00:00:00 2001 From: Sarah White Date: Thu, 5 Apr 2018 10:25:53 -0600 Subject: [PATCH] add bold section to inline text styles --- docs/modules/ROOT/pages/inline-text-styles.adoc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/modules/ROOT/pages/inline-text-styles.adoc 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 `` HTML tag. + +[source,html] +---- +

A bold word, and a bold phrase.

+---- + +In the default UI, the `strong` element, specified in [.path]_css/base.css_, uses the 500 weight fonts loaded by the typeface stylesheets. -- 2.11.0