From: Dave Pawson Date: Tue, 19 Apr 2011 15:31:39 +0000 (+0000) Subject: Updated for multiple fonts X-Git-Tag: release/1.79.1~6^2~758 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0881e3c820019ceeb5cc0adcdaa6154364780dd;p=docbook-dsssl Updated for multiple fonts --- diff --git a/xsl/params/body.font.family.xml b/xsl/params/body.font.family.xml index 06c3b4790..816deb405 100644 --- a/xsl/params/body.font.family.xml +++ b/xsl/params/body.font.family.xml @@ -25,8 +25,13 @@ Description -The body font family is the default font used for text in the page body. - +The body font family is the default font used for text in the page body. +If more than one font is required, enter the font names, +separated by a comma, e.g. + + <xsl:param name="body.font.family">Arial, SimSun, serif</xsl:param> + +