linux服务器添加字体
作者:互联网
1. 在window服务器下查找相应字体
2.将文件改名并且放入相应位置
mkdir -p /usr/share/fonts/chinese/TrueType/
cd /usr/share/fonts/chinese/TrueType/
mv /root/simsun.ttc simsun.ttf #此处需要先将文件传到用户目录,移动并且改名
3.安装新字体
fc-list #我们可以使用fc-list命令进行查看,
yum install -y fontconfig mkfontscale #当不存在fc-list的时候需要安装相关软件包
fc-cache -fv #开始安装相应字体,在字体目录下运行相关方法。
fc-list #查看安装的字体
查看系统安装的字体:
mkdir -p /usr/share/fonts/chinese/TrueType/
cd /usr/share/fonts/chinese/TrueType/
mv /root/simsun.ttc simsun.ttf #此处需要先将文件传到用户目录,移动并且改名
mkdir -p /usr/share/fonts/chinese/TrueType/
cd /usr/share/fonts/chinese/TrueType/
mv /root/simsun.ttc simsun.ttf #此处需要先将文件传到用户目录,移动并且改名
标签:simsun,chinese,TrueType,fonts,share,字体,usr,linux,服务器 来源: https://blog.51cto.com/u_15265745/2889943