字体安装
(1)查看服务器中文字体
fc-list :lang=zh
(2)没有相关字体,则将本地电脑中的字体压缩为fonts.zip文件放到/usr/share/fonts/ ,然后依次执行如下命令
0. yum install -y unzip zip
1. unzip fonts.zip
3. #为5和6做铺垫,使mkfontscale和mkfontdir命令正常运行,如果提示 command not found
yum install mkfontscale
4. #为7做铺垫,使fc-cache命令正常运行。如果提示 fc-cache: command not found
yum install fontconfig
5. mkfontscale
6. mkfontdir
7. fc-cache 或者fc-cache -fv
8. #再次检验字体是否生效
fc-list :lang=zh