aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docbook/custom_layer_chm.xsl14
1 files changed, 14 insertions, 0 deletions
diff --git a/docbook/custom_layer_chm.xsl b/docbook/custom_layer_chm.xsl
index 9cca5c3997..47029d3d6e 100644
--- a/docbook/custom_layer_chm.xsl
+++ b/docbook/custom_layer_chm.xsl
@@ -23,6 +23,20 @@
<meta http-equiv="X-UA-Compatible" content="IE=9" />
</xsl:template>
+<xsl:template name="user.head.content">
+ <style type="text/css">
+ html body, h1, h2, h3, h4, h5, h6,
+ div.toc p b,
+ div.list-of-figures p b,
+ div.list-of-tables p b,
+ div.abstract p.title
+ {
+ font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ }
+ </style>
+</xsl:template>
+
<!-- reduce the size of programlisting to make them fit the page -->
<xsl:attribute-set name="monospace.verbatim.properties">
<xsl:attribute name="font-size">80%</xsl:attribute>