下载字体
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"

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
网友评论