Skip to content

Commit

Permalink
feat: 增加中英文字体
Browse files Browse the repository at this point in the history
英文:Times New Roman,中文:宋体
  • Loading branch information
OverNaive committed May 11, 2021
1 parent 84be364 commit 9104515
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ WORKDIR /home/app

COPY --from=build /home/app/html2x /home/app/html2x
COPY supervisor/html2x.conf /etc/supervisor/conf.d/html2x.conf
COPY ttf/times/ /usr/share/fonts/truetype/times/
COPY ttf/chinese/ /usr/share/fonts/truetype/chinese/

RUN chmod +x html2x \
&& apt-get update \
Expand Down
Binary file added ttf/chinese/simsun.ttc
Binary file not shown.
Binary file added ttf/times/times.ttf
Binary file not shown.
Binary file added ttf/times/timesbd.ttf
Binary file not shown.
Binary file added ttf/times/timesbi.ttf
Binary file not shown.
Binary file added ttf/times/timesi.ttf
Binary file not shown.

0 comments on commit 9104515

Please sign in to comment.