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