OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] which parameters or elements defaults to Times-Roman in FO output?


You must set "body.font.family" and "dingbat.font.family" like this:

  <xsl:param name="body.font.family">Cambria,Cambria Math,serif</xsl:param>
  <xsl:param name="dingbat.font.family">Cambria,Cambria Math,serif</xsl:param>


2009/5/5 Bergfrid Skaara <bergfrid.digitaldias@gmail.com>:
> Hi,
>
> After changing body.font.family, title.font.family, and
> symbol.font.family  to Verdana, and keeping  "monospace" for
> monospace.font.family, Adobe Acrobat Pro still reports the PDFs
> generated to have Times-Roman somewhere (in addition to the expected
> fonts). Which parameter or element am I missing?
>
> I'm using the DocBook 5.0 stylesheets and embedded tools shipped with
> oxygen 10.0
>
> Best regards,
> Bergfrid Skaara
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]