美文网首页
Ubuntu中出现缺少字体Source Code Pro的解决办

Ubuntu中出现缺少字体Source Code Pro的解决办

作者: Saru様 | 来源:发表于2016-11-30 01:28 被阅读0次

在emacs中装了某些package后,会出现缺少source code pro字体的提示
以下命令可以在Ubuntu16.10中安装该字体

git clone --depth 1 --branch release https://github.com/adobe-fonts/source-code-pro.git ~/.fonts/adobe-fonts/source-code-pro
fc-cache -f -v ~/.fonts/adobe-fonts/source-code-pro

相关文章

网友评论

      本文标题:Ubuntu中出现缺少字体Source Code Pro的解决办

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