Skip to content

Commit 283d025

Browse files
committed
Fix the missing font for Chinese characters in <keycap>.
1 parent fb789e8 commit 283d025

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zh/guide/fop.xconf.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@
3232
-->
3333
<font kerning="yes" embed-url="opentype/source/SourceHanSerifCN-Regular.otf">
3434
<font-triplet name="serif" style="normal" weight="normal"/>
35-
<font-triplet name="monospace" style="normal" weight="normal"/>
3635
</font>
3736
<font kerning="yes" embed-url="truetype/Arphic/ukai.ttc" sub-font="AR PL UKai CN">
3837
<font-triplet name="serif" style="italic" weight="normal"/>
3938
<font-triplet name="serif" style="italic" weight="bold"/>
39+
<font-triplet name="monospace" style="normal" weight="normal"/>
40+
<font-triplet name="monospace" style="italic" weight="normal"/>
4041
</font>
4142
<font kerning="yes" embed-url="opentype/source/SourceHanSerifCN-Bold.otf">
4243
<font-triplet name="serif" style="normal" weight="bold"/>

0 commit comments

Comments
 (0)