标签:exp nts size 系统 服务器 last command appdata user
Linux系统上的字体并不多,很多字体需要我们自己动手添加,我这里介绍一种将windows上的字体部署到linux服务器上的方法。
进入C:\Windows\Fonts目录下,里面都是本地Windows的字体。
找到想要的字体进行复制,嫌麻烦的话就全部复制。
一般这个字体在 /usr/share下面。直接用Xftp打开/usr/share/fonts目录。
这根据你上传字体的多少需要一定时间。
依次执行
mkfontscale //如果提示 mkfontscale: command not found,需自行安装 # yum install mkfontscale
mkfontdir
fc-cache //如果提示 fc-cache: command not found,则需要安装# yum install fontconfig
6、安装完成后,重启服务器
reboot
标签:exp nts size 系统 服务器 last command appdata user
原文地址:https://www.cnblogs.com/xiaomingwang/p/11563402.html