Linux下字体安装
- 安装字体管理工具
yum -y install fontconfig
- 将字体文件夹拷贝到/usr/shared/fonts目录下,
修改文件夹权限:
chmod -R 755 /usr/share/fonts/office
- 安装ttmkfdir来搜索目录中所有的字体信息,并汇总生成fonts.scale文件
yum -y install ttmkfdir
- 执行ttmkfdir命令
ttmkfdir -e /usr/share/X11/fonts/encodings/encodings.dir
- 修改字体配置文件
vi /etc/fonts/fonts.conf
在Font directory list中添加 /usr/share/fonts/office
输入:wq保存退出
刷新内存中的字体缓存fc-cache
- 通过fc-list查看字体列表,是否有/usr/share/fonts/office下的字体