Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2015 18:59:20 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r46454 - head/zh_CN.UTF-8/share/xml
Message-ID:  <201504031859.t33IxK7U024351@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504031859.t33IxK7U024351>