[Linux 笔记]
安装新字体
查看当前字体
fc-list
下载新字体
mkdir /usr/share/fonts/Poppins
cd /usr/share/fonts/Poppins
wget https://host/path/Poppins-SemiBold.ttf
wget https://host/path/Poppins-Regular.ttf
wget https://host/path/Poppins-Medium.ttf
应用新字体
mkfontscale
mkfontdir
fc-cache