本文的系统版本 centos7 x64
查看字体
fc-list
安装字体
cp xxx.ttf /usr/share/fonts/ # copy fonts to /usr/share/fonts
建立字体缓存
cd /usr/share/fonts/
chmod 755 *.ttf # 修改字体权限
mkfontscale # 依赖 mkfonts
mkfontdir
fc-cache -fv # 依赖 fontconfig
本文的系统版本 centos7 x64
fc-list
cp xxx.ttf /usr/share/fonts/ # copy fonts to /usr/share/fonts
cd /usr/share/fonts/
chmod 755 *.ttf # 修改字体权限
mkfontscale # 依赖 mkfonts
mkfontdir
fc-cache -fv # 依赖 fontconfig