From: James Elliott Date: Sat, 20 Apr 2019 23:33:24 +0000 (+0000) Subject: The monospace example had the wrong element pasted in. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8f6a0a6c3c7c593f0d0bf81e6978c5efda35e45d;p=working%2Feg-antora.git The monospace example had the wrong element pasted in. --- diff --git a/docs/modules/ROOT/pages/inline-text-styles.adoc b/docs/modules/ROOT/pages/inline-text-styles.adoc index c49fd8b..653b345 100644 --- a/docs/modules/ROOT/pages/inline-text-styles.adoc +++ b/docs/modules/ROOT/pages/inline-text-styles.adoc @@ -57,7 +57,7 @@ How xref:antora:asciidoc:monospace.adoc[inline monospace text] is displayed depe A monospace word, or a monospace phrase of text. ---- -Since `` is a semantic HTML element, it automatically inherits default styling (`font-family: monospace`) from the browser. +Since `` is a semantic HTML element, it automatically inherits default styling (`font-family: monospace`) from the browser. If you want to override the browser styles, you'll need to define properties on the `code` selector in the stylesheet for your UI. In the default UI, the `code` element is styled using the fixed-width font loaded by the stylesheet (Roboto Mono).