CentOS7 安装中文字体
安装
yum -y install fontconfig
配置
cd /usr/shared
ls
#目录就可以看到fonts和fontconfig目录了(之前是没有的)
#Windows,打开c盘下的Windows/Fonts
simhei.ttf
simsun.ttc
#Linux 新建目录
mkdir /usr/shared/fonts/chinese
# ttc ttf 上传到这个目录
chmod -R 755 /usr/share/fonts/chinese
#安装所有字体
yum -y install ttmkfdir
ttmkfdir -e /usr/share/X11/fonts/encodings/encodings.dir
#配置
vi /etc/fonts/fonts.conf
#添加
<dir>/usr/share/fonts/chinese</dir>
:wq
#刷新
fc-cache
#查看
fc-list