0%

install_fonts

linux字体安装

以nerd-fonts为例;

下载字体软件

1
wget -c https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/SourceCodePro.zip

解压软件到/usr/share/fonts

1
2
3
mkdir /usr/share/fonts/SourceCodePro
cd /usr/share/fonts/SourceCodePro
unzip SourceCodePro.zip

安装字体

1
2
3
mkfontscale
mkfontdir
fc-cache -fv