monospace.verbatim.properties — What font and size do you want for monospaced content?
§125: §127 |
1| <xsl:attribute-set name="monospace.verbatim.properties" | use-attribute-sets="verbatim.properties"> | <xsl:attribute name="font-family"> | <xsl:value-of select="$monospace.font.family"/> 5| </xsl:attribute> | <xsl:attribute name="font-size"> | <xsl:value-of select="$body.font.master * 0.9"/> | <xsl:text>pt</xsl:text> | </xsl:attribute> 10| </xsl:attribute-set> |
Specify the font name and size you want for monospaced output