Skip to content

Commit 58f45f7

Browse files
authored
Add extra Chinese fonts (#115)
Add extra Chinese fonts
2 parents fa4b55d + d788dc9 commit 58f45f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,19 @@ RUN apt-get -y install \
9797
#
9898
# xindy: is useful to generate non-ascii indexes
9999
# https://github.com/rtfd/readthedocs.org/issues/4454
100+
#
101+
# fonts-noto-cjk-extra
102+
# fonts-hanazono: chinese fonts
103+
# https://github.com/readthedocs/readthedocs.org/issues/6319
100104
RUN apt-get -y install \
101105
fonts-symbola \
102106
lmodern \
103107
latex-cjk-chinese-arphic-bkai00mp \
104108
latex-cjk-chinese-arphic-gbsn00lp \
105109
latex-cjk-chinese-arphic-gkai00mp \
106110
texlive-fonts-recommended \
111+
fonts-noto-cjk-extra \
112+
fonts-hanazono \
107113
xindy
108114

109115
# plantuml: is to support sphinxcontrib-plantuml

0 commit comments

Comments
 (0)