From: Norman Walsh Date: Fri, 31 Jan 2003 15:04:19 +0000 (+0000) Subject: Remove font-size; it just looks ugly in the general case X-Git-Tag: release/1.79.1~6^2~4796 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08603d1d10fb2a981095dd3e0888bb42ad173af3;p=docbook-dsssl Remove font-size; it just looks ugly in the general case --- diff --git a/xsl/params/monospace.properties.xml b/xsl/params/monospace.properties.xml index 0b632801b..c06687998 100644 --- a/xsl/params/monospace.properties.xml +++ b/xsl/params/monospace.properties.xml @@ -14,14 +14,20 @@ - 0.9em Description -Specifies the font name and size for monospaced output. +Specifies the font name for monospaced output. This property set +used to set the font-size as well, but that doesn't work very well +when different fonts are used (as they are in titles and paragraphs, +for example). + +If you want to set the font-size in a customization layer, it's +probably going to be more appropriate to set font-size-adjust, if your +formatter supports it.