svn commit: r46454 - head/zh_CN.UTF-8/share/xml
Xin LI
delphij at FreeBSD.org
Fri Apr 3 18:59:20 UTC 2015
Author: delphij
Date: Fri Apr 3 18:59:19 2015
New Revision: 46454
URL: https://svnweb.freebsd.org/changeset/doc/46454
Log:
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.
Modified:
head/zh_CN.UTF-8/share/xml/freebsd-fo.xsl
Modified: head/zh_CN.UTF-8/share/xml/freebsd-fo.xsl
==============================================================================
--- head/zh_CN.UTF-8/share/xml/freebsd-fo.xsl Fri Apr 3 18:55:00 2015 (r46453)
+++ head/zh_CN.UTF-8/share/xml/freebsd-fo.xsl Fri Apr 3 18:59:19 2015 (r46454)
@@ -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>
More information about the svn-doc-all
mailing list