Page 1 of 1
DITA - FONT - LOCATION
Posted: Wed Aug 28, 2013 10:17 am
by ESTRADE
Hello,
What name of file DITA OT is used for define the font definition for REGION BODY
Thank you
Re: DITA - FONT - LOCATION
Posted: Wed Aug 28, 2013 10:38 am
by ESTRADE
I modified file commons-attr.xsl part :
Code: Select all
<xsl:attribute-set name="__fo__root" use-attribute-sets="base-font">
<xsl:attribute name="font-family">[b]serif[/b]</xsl:attribute>
<xsl:attribute name="xml:lang" select="translate($locale, '_', '-')"/>
<xsl:attribute name="writing-mode" select="$writing-mode"/>
</xsl:attribute-set>
It is OK for text but not OK for 'title'
Where is the font code for title ?
Thank you
Re: DITA - FONT - LOCATION
Posted: Wed Aug 28, 2013 10:42 am
by Radu
Hi,
In the same commons-attr.xsl you have an attribute set defined for: "common.title"
That might be the one.
Regards,
Radu
Re: DITA - FONT - LOCATION
Posted: Wed Aug 28, 2013 1:58 pm
by ESTRADE
Thank you