Name

monospace.properties — Properties of monospaced content

Synopsis

§147: §175

  1| <xsl:attribute-set name="monospace.properties">
   |   <xsl:attribute name="font-family">
   |     <xsl:value-of select="$monospace.font.family"/>
   |   </xsl:attribute>
  5|   <xsl:attribute name="font-size">
   |     <xsl:value-of select="$body.font.master * 0.9"/>
   |     <xsl:text>pt</xsl:text>
   |   </xsl:attribute>
   | </xsl:attribute-set>

Description

Specifies the font name and size for monospaced output.