summaryrefslogtreecommitdiff
path: root/build/stylesheets/dblatex.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'build/stylesheets/dblatex.xsl')
-rw-r--r--build/stylesheets/dblatex.xsl12
1 files changed, 6 insertions, 6 deletions
diff --git a/build/stylesheets/dblatex.xsl b/build/stylesheets/dblatex.xsl
index dc3eee070..a16797c24 100644
--- a/build/stylesheets/dblatex.xsl
+++ b/build/stylesheets/dblatex.xsl
@@ -7,12 +7,12 @@
<xsl:choose>
<xsl:when test="contains(/book/@lang,'ja')">
<xsl:text>\usepackage{xeCJK}&#10;</xsl:text>
- <xsl:text>\setCJKmainfont{IPAPGothic}&#10;</xsl:text>
- <xsl:text>\setCJKsansfont{IPAPGothic}&#10;</xsl:text>
- <xsl:text>\setCJKmonofont{IPAPGothic}&#10;</xsl:text>
- <xsl:text>\setmainfont{IPAPGothic}&#10;</xsl:text>
- <xsl:text>\setsansfont{IPAPGothic}&#10;</xsl:text>
- <xsl:text>\setmonofont{IPAPGothic}&#10;</xsl:text>
+ <xsl:text>\setCJKmainfont{VL-PGothic-Regular}&#10;</xsl:text>
+ <xsl:text>\setCJKsansfont{VL-PGothic-Regular}&#10;</xsl:text>
+ <xsl:text>\setCJKmonofont{VL-PGothic-Regular}&#10;</xsl:text>
+ <xsl:text>\setmainfont{VL-PGothic-Regular}&#10;</xsl:text>
+ <xsl:text>\setsansfont{VL-PGothic-Regular}&#10;</xsl:text>
+ <xsl:text>\setmonofont{VL-PGothic-Regular}&#10;</xsl:text>
</xsl:when>
<xsl:when test="contains(/book/@lang,'ko')">
<xsl:text>\usepackage{xeCJK}&#10;</xsl:text>