CentOS安装Windows字体

  1. 在Windows系统C:\Windows\Fonts找到要安装的字体文件

    CentOS安装Windows字体

  2. 在CentOS系统中查询在/usr/share/下是否有fontconfigfonts目录

    CentOS安装Windows字体

  3. 如果没有需要安装yum install fontconfig

  4. 安装好后,进入到/usr/share/fonts/,创建chinese目录

  5. 移动找到的字体文件到chinese目录下

  6. 修改权限:chmod -R 755 /usr/share/fonts/chinese

  7. 安装ttmkfdir执行后修改配置文件

    yum -y install ttmkfdir
    ttmkfdir -e /usr/share/X11/fonts/encodings/encodings.dir
    vim /etc/fonts/fonts.conf
    # 把 <dir>/usr/share/fonts/chinese</dir> 添加到文件中
    

    CentOS安装Windows字体

  8. 刷新缓存fc-cache

  9. 查看字体fc-list

    CentOS安装Windows字体

上一篇:Ubuntu18.04 安装Consolas字体


下一篇:Python编程:解决matplotlib绘图中文乱码问题