ubuntu加載中文字體的方法:
1.在ubuntu上打開終端窗口。
2.輸入以下命令查看系統類型。
cat /proc/version
3.查看中文字體。
fc-list :lang=zh-cn
4.如果出現拉亂碼,則說明需要安裝中文字體。
//安裝命令
sudo apt install -y --force-yes --no-install-recommends fonts-wqy-microhei
sudo apt install -y --force-yes --no-install-recommends ttf-wqy-zenhei
5.安裝成功后,即可通過“fc-list :lang=zh-cn”命令查看加載中文字體。