]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug #3157584 (trouble with font family selection).
authorMauritz Jeanson <mj@johanneberg.com>
Sun, 20 Mar 2011 17:33:54 +0000 (17:33 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Sun, 20 Mar 2011 17:33:54 +0000 (17:33 +0000)
xsl/params/qanda.title.properties.xml
xsl/params/refentry.title.properties.xml
xsl/params/section.title.properties.xml

index 7c3c2a16a869ac24bb881403b8597cec74bccd9e..24c203798ad3f4f3df0d90b95960b0dd6053a424 100644 (file)
@@ -17,7 +17,7 @@
 <src:fragment xml:id="qanda.title.properties.frag">
 <xsl:attribute-set name="qanda.title.properties">
   <xsl:attribute name="font-family">
-    <xsl:value-of select="$title.font.family"/>
+    <xsl:value-of select="$title.fontset"/>
   </xsl:attribute>
   <xsl:attribute name="font-weight">bold</xsl:attribute>
   <!-- font size is calculated dynamically by qanda.heading template -->
index 5bb1f2565b90f046da1e599801e9d1f654a97b0b..5523e5d4ee2f1fec7641f625a08acf5dadcf9732 100644 (file)
@@ -17,7 +17,7 @@
 <src:fragment xml:id="refentry.title.properties.frag">
 <xsl:attribute-set name="refentry.title.properties">
   <xsl:attribute name="font-family">
-    <xsl:value-of select="$title.font.family"/>
+    <xsl:value-of select="$title.fontset"/>
   </xsl:attribute>
   <xsl:attribute name="font-size">18pt</xsl:attribute>
   <xsl:attribute name="font-weight">bold</xsl:attribute>
index ab849afd57c0d3107790bc1ae69f791ae8a54d29..1317da1fdd151a1655148d773bf769eaeffa5f42 100644 (file)
@@ -17,7 +17,7 @@
 <src:fragment xml:id="section.title.properties.frag">
 <xsl:attribute-set name="section.title.properties">
   <xsl:attribute name="font-family">
-    <xsl:value-of select="$title.font.family"/>
+    <xsl:value-of select="$title.fontset"/>
   </xsl:attribute>
   <xsl:attribute name="font-weight">bold</xsl:attribute>
   <!-- font size is calculated dynamically by section.heading template -->