From b02a804d12b3be7f2fcc0a48d5373b9a1fe77c0d Mon Sep 17 00:00:00 2001 From: Dave Pawson Date: Tue, 19 Apr 2011 15:34:53 +0000 Subject: [PATCH] Updated for multiple fonts --- xsl/params/title.font.family.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xsl/params/title.font.family.xml b/xsl/params/title.font.family.xml index 369021f08..f04e61694 100644 --- a/xsl/params/title.font.family.xml +++ b/xsl/params/title.font.family.xml @@ -28,6 +28,11 @@ The title font family is used for titles (chapter, section, figure, etc.) +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> + -- 2.50.1