From: Sarah White Date: Thu, 5 Apr 2018 16:25:53 +0000 (-0600) Subject: add bold section to inline text styles X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0e47547154ea41dee19a6fdc17e57bcd7ac63daf;p=eg-antora.git add bold section to inline text styles --- 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.