增加中文字体以及安装脚本,便于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

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