美文网首页IT狗工作室
ubuntu下的Source Code Pro 字体安装

ubuntu下的Source Code Pro 字体安装

作者: 铁甲万能狗 | 来源:发表于2019-08-29 11:39 被阅读0次

下载字体

sudo mkdir /usr/share/fonts/opentype
//从git仓库copy字体库文件
sudo git clone https://github.com/adobe-fonts/source-code-pro.git /usr/share/fonts/opentype/scp

初始化字体库

sudo fc-cache -f -v
初始化字体

查看字体是否生效

fc-list  | grep "Source Code Pro"
字体已经生效

相关文章

网友评论

    本文标题:ubuntu下的Source Code Pro 字体安装

    本文链接:https://www.haomeiwen.com/subject/jjtiectx.html