Use Droid Sans Mono for monospace font. It's different from the English

version of PDF but would render more naturally when using Droid Sans
Fallback.

Note that we didn't used Noto Sans CJK because the current release
version of FOP does not support it well.  We will need to revisit this
at a later time when FOP is updated.
This commit is contained in:
Xin LI 2015-04-03 18:59:19 +00:00
parent b6972066b2
commit e0c51353ba
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46454

View file

@ -105,6 +105,6 @@
<xsl:param name="body.font.family">Gentium Plus, AR PL SungtiL GB</xsl:param>
<xsl:param name="sans.font.family">Droid Sans, AR PL KaitiM GB</xsl:param>
<xsl:param name="title.font.family">Droid Sans, Droid Sans Fallback</xsl:param>
<xsl:param name="monospace.font.family">DejaVu Sans Mono, Droid Sans Fallback</xsl:param>
<xsl:param name="monospace.font.family">Droid Sans Mono, Droid Sans Fallback</xsl:param>
</xsl:stylesheet>