svn commit: r42401 - projects/db5/share/xsl

Gabor Kovesdan gabor at FreeBSD.org
Tue Jul 23 17:26:11 UTC 2013


Author: gabor
Date: Tue Jul 23 17:26:10 2013
New Revision: 42401
URL: http://svnweb.freebsd.org/changeset/doc/42401

Log:
  - Use Droid Sans for title and sans text; it has Greek and Cyrillic
    glyphs and looks good with the body text.

Modified:
  projects/db5/share/xsl/freebsd-fo.xsl

Modified: projects/db5/share/xsl/freebsd-fo.xsl
==============================================================================
--- projects/db5/share/xsl/freebsd-fo.xsl	Tue Jul 23 16:52:04 2013	(r42400)
+++ projects/db5/share/xsl/freebsd-fo.xsl	Tue Jul 23 17:26:10 2013	(r42401)
@@ -100,8 +100,8 @@
   <!-- Base Fonts -->
   <xsl:param name="body.font.master">9.5</xsl:param>
   <xsl:param name="body.font.family">Gentium Plus</xsl:param>
-  <xsl:param name="sans.font.family">Andika</xsl:param>
-  <xsl:param name="title.font.family">Gentium Book Basic Bold</xsl:param>
+  <xsl:param name="sans.font.family">Droid Sans</xsl:param>
+  <xsl:param name="title.font.family">Droid Sans</xsl:param>
   <xsl:param name="monospace.font.family">DejaVu Sans Mono</xsl:param>
 
   <!-- Linking -->


More information about the svn-doc-projects mailing list