yum install -y mkfontscale
# 将字体文件存放到/usr/share/fonts/chinese/
# 更新字体缓存。运行以下命令来更新系统字体缓存
mkfontdir 或 fc-cache -fv
# 查看字体库
fc-list
# 查看中文字体
fc-list :lang=zh
# 使用fc-list命令遇到commont not fount错误时,需要安装fontconfig
yum -y install fontconfig
CentOS安装中文字体
发布于 2024-02-23 303 次阅读
Comments NOTHING