centos增加缺失字体

yum install fontconfig ttmkfdir -y
mkdir -p /usr/share/fonts/chinese
将C:\Windows\Fonts目录字体上传到/usr/share/fonts/chinese
执行生效:
fc-cache
fc-list

yum install fontconfig ttmkfdir -y
mkdir -p /usr/share/fonts/chinese
将C:\Windows\Fonts目录字体上传到/usr/share/fonts/chinese
执行生效:
fc-cache
fc-list