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>
This commit is contained in:
Gerald Combs 2014-08-25 08:58:43 -07:00
parent cdc80af27e
commit e2acc23edf
1 changed files with 14 additions and 0 deletions

View File

@ -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>