summaryrefslogtreecommitdiffstats
path: root/kdoctools/docbook/xsl/params/monospace.font.family.xml
blob: d14bd1e3a3661efd7b6b7c0940b119884727146a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<refentry id="monospace.font.family">
<refmeta>
<refentrytitle>monospace.font.family</refentrytitle>

</refmeta>
<refnamediv>
<refname>monospace.font.family</refname>
<refpurpose>The default font family for monospace environments</refpurpose>
</refnamediv>

<refsynopsisdiv>
<src:fragment id='monospace.font.family.frag'>
<xsl:param name="monospace.font.family" select="'monospace'"/>
</src:fragment>
</refsynopsisdiv>

<refsect1><title>Description</title>

<para>The monospace font family is used for verbatim environments
(program listings, screens, etc.).
</para>

</refsect1>
</refentry>