安装字体
- 安装字体程序
yum -y install cups-libs fontconfig ttmkfdir
- 创建中文字体目录
mkdir /usr/share/fonts/chinese
chmod -R 755 /usr/share/fonts/chinese
-
在windows中查找字体,上传字体文件到该目录
-
执行命令
ttmkfdir -e /usr/share/X11/fonts/encodings/encodings.dir
- 编辑字体配置文件
vi /etc/fonts/fonts.conf
<dir>/usr/share/fonts/chinese</dir>
- 刷新内存中的字体
fc-cache
- 查看字体列表
fc-list | grep chinese
标签:Centos,chinese,fonts,share,乱码,中文字体,字体,usr
From: https://www.cnblogs.com/forlive/p/16996421.html