Skip to content

Commit 6f597ab

Browse files
ISO xslt updated for font selection strategy, metanorma/metanorma-iso#434
1 parent 1e6de12 commit 6f597ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

xslt_src/iso.international-standard.core.xsl

+4-3
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,10 @@
448448
<xsl:attribute name="font-size">8.5pt</xsl:attribute>
449449
</xsl:if>
450450

451-
<!-- <xsl:if test="$lang = 'zh'">
452-
<xsl:attribute name="font-family">Source Han Sans, Times New Roman, Cambria Math</xsl:attribute>
453-
</xsl:if> -->
451+
<xsl:if test="$lang = 'zh'">
452+
<!-- <xsl:attribute name="font-family">Source Han Sans, Times New Roman, Cambria Math</xsl:attribute> -->
453+
<xsl:attribute name="font-selection-strategy">character-by-character</xsl:attribute>
454+
</xsl:if>
454455
</root-style>
455456
</xsl:variable>
456457
<xsl:call-template name="insertRootStyle">

0 commit comments

Comments
 (0)