Centos7命令行下修改字体

  1. 字库目录
    cd /lib/kbd/consolefonts
  2. 展示所有字体
    ls
  3. 设置字体
    setfont 字体代号
  4. 添加启动项
    echo 'setfont 字体代号' >> /etc/profile
posted @ 2020-03-31 16:32  yltf  阅读(1716)  评论(0)    收藏  举报