增加中文字体以及安装脚本,便于linux下安装中文字体

This commit is contained in:
2025-07-02 15:45:55 +08:00
parent 7abd81ba1c
commit 3ba88eabac
26 changed files with 9 additions and 1 deletions

BIN
document-fonts/fonts/Deng.ttf Executable file

Binary file not shown.

BIN
document-fonts/fonts/Dengb.ttf Executable file

Binary file not shown.

BIN
document-fonts/fonts/Dengl.ttf Executable file

Binary file not shown.

BIN
document-fonts/fonts/FZSTK.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/FZYTK.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/SIMLI.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/SIMYOU.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STCAIYUN.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STFANGSO.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STHUPO.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STKAITI.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STLITI.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STSONG.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STXIHEI.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STXINGKA.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STXINWEI.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STZHONGS.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/msyh.ttc Executable file

Binary file not shown.

BIN
document-fonts/fonts/msyhbd.ttc Executable file

Binary file not shown.

BIN
document-fonts/fonts/msyhl.ttc Executable file

Binary file not shown.

BIN
document-fonts/fonts/simfang.ttf Executable file

Binary file not shown.

BIN
document-fonts/fonts/simhei.ttf Executable file

Binary file not shown.

BIN
document-fonts/fonts/simkai.ttf Executable file

Binary file not shown.

BIN
document-fonts/fonts/simsun.ttc Executable file

Binary file not shown.

View File

@@ -0,0 +1,6 @@
#!/bin/bash
echo installing fonts
sudo mkdir -p /usr/share/fonts/truetype
sudo cp -r ./fonts/* /usr/share/fonts/truetype/
sudo fc-cache -fv
echo fonts installed