summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-08-25 08:58:43 -0700
committerGerald Combs <gerald@wireshark.org>2014-08-25 16:01:36 +0000
commite2acc23edf45b8e2dadb205d7f8c73bfe0c472b3 (patch)
tree2b7320d56bd2dd37966e7ebc52cb028bbf244bf0
parentcdc80af27e2014f8b869133eeb25cfc90c449ee6 (diff)
downloadwireshark-e2acc23edf45b8e2dadb205d7f8c73bfe0c472b3.tar.gz
Use Segoe UI to render the HTML Help text.
Change-Id: I0ff717dda35a39f34c3140f920f8ac2fe74e24bc Reviewed-on: https://code.wireshark.org/review/3840 Reviewed-by: Gerald Combs <gerald@wireshark.org>
-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>