of that supplied in the PR. PR: 202699 Submitted by: Hoyoung Kim <trig4800@gmail.com> Approved by: doceng (implicit) Differential Revision: https://reviews.freebsd.org/D3520
22 lines
452 B
XML
22 lines
452 B
XML
<?xml version='1.0'?>
|
|
|
|
<!--
|
|
The FreeBSD Korean Documentation Project
|
|
|
|
$FreeBSD$
|
|
Original revision: r47317
|
|
-->
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
version='1.0'>
|
|
|
|
<xsl:param name="xetex.font">
|
|
<xsl:text>\setmainfont{NanumMyeongjo}
|
|
</xsl:text>
|
|
<xsl:text>\setsansfont{NanumGothic}
|
|
</xsl:text>
|
|
<xsl:text>\setmonofont{DejaVu Sans Mono}
|
|
</xsl:text>
|
|
</xsl:param>
|
|
|
|
</xsl:stylesheet>
|