安装字体管理
yum -y install fontconfig
创建中文字体库目录
cd /usr/share/fonts
mkdir chinese
添加中文字体库到该目录
进入到C:\Windows\Fonts将Fonts文件压缩成Fonts.zip,重命名chinese.zip将其上传到usr/share/fonts目录中,运行unzip chinese.zip
中文字体库目录赋权
chmod -R 755 /usr/share/fonts/chinese
刷新缓存,不需要重启操作系统
fc-cache -fv
重启应用程序