ubuntu字体安装--以nerd为例
Posted 奇妙之二进制
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu字体安装--以nerd为例相关的知识,希望对你有一定的参考价值。
首先下载文件wget -c https://github.com/ryanoasis/nerd-fonts/releases/download/v2.0.0/SourceCodePro.zip
然后解压到文件夹:
sudo unzip SourceCodePro -d /usr/share/fonts/SourceCodePro
转到/usr/share/fonts/SourceCodePro目录,并安装:
cd /usr/share/fonts/SourceCodePro
sudo mkfontscale
# 生成核心字体信息
sudo mkfontdir
# 生成字体文件夹
sudo fc-cache -fv
# 刷新系统字体缓存
以上是关于ubuntu字体安装--以nerd为例的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu gnome安装Monaco字体,FontForge module is probably not installed