CentOS 服务器安装中文字体,解决导出文件或者替换模板中文乱码
-
yum -y install ttmkfdir
mkdir /usr/share/fonts/chinese
上传字体文件到目录
chmod -R 755 /usr/share/fonts/chinese
vi /etc/fonts/fonts.conf
25 <dir>/usr/share/fonts</dir> 26 <dir>/usr/share/X11/fonts/Type1</dir> <dir>/usr/share/X11/fonts/TTF</dir> <dir>/usr/local/share/fonts</dir> 27 <dir prefix="xdg">fonts</dir> 28 <dir>/usr/share/fonts/chinese</dir> 29 <!-- the following element will be removed in the future --> 30 <dir>~/.fonts</dir>
fc-cache