diff --git a/.gitignore b/.gitignore index 854d04e..c4a2124 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,10 @@ __pycache__ /compress # 字体 +/fonts *.ttc +*.ttf +*.otf test.py /log diff --git a/fonts.sh b/fonts.sh new file mode 100644 index 0000000..ec5be3b --- /dev/null +++ b/fonts.sh @@ -0,0 +1,3 @@ +# 参考:https://github.com/Haixing-Hu/latex-chinese-fonts +# https://github.com/Haixing-Hu/latex-chinese-fonts/raw/master/chinese/%E5%AE%8B%E4%BD%93/SimSun.ttc +# https://github.com/Haixing-Hu/latex-chinese-fonts/raw/master/english/Serif/TimesNewRoman.ttf \ No newline at end of file