发现ubuntu14.04中文(非ubuntu的中文定制版)的默认字体是那种楷体...看着太恶心了... 直接卸载去除
sudo apt-get purge fonts-arphic-ukai
sudo apt-get purge fonts-arphic-uming
字体说明
fonts-arphic-ukai 0.2.20080216.2-4ubuntu2 all "AR PL UKai" Chinese Unicode TrueType font collection Kaiti style
ii fonts-arphic-uming 0.2.20080216.2-7ubuntu2 all "AR PL UMing" Chinese Unicode TrueType font collection Mingti style
大家可自行dpkg 查看以及安装的中文字体:
dpkg -l | grep -i font
或者 dpkg -l | grep -i font | grep -i --color chinese
或许你需要安装文泉驿的字体
sudo apt-get purge fonts-arphic-ukai
sudo apt-get purge fonts-arphic-uming
字体说明
fonts-arphic-ukai 0.2.20080216.2-4ubuntu2 all "AR PL UKai" Chinese Unicode TrueType font collection Kaiti style
ii fonts-arphic-uming 0.2.20080216.2-7ubuntu2 all "AR PL UMing" Chinese Unicode TrueType font collection Mingti style
大家可自行dpkg 查看以及安装的中文字体:
dpkg -l | grep -i font
或者 dpkg -l | grep -i font | grep -i --color chinese
或许你需要安装文泉驿的字体
#查看文泉驿安装包的名字
apt-cache search wenquan |grep -i --color font
#安装
sudo apt-get fonts-wqy-zenhei fonts-wqy-microhei
Ubuntu 14.04中文字体问题及解决方法
本文介绍了如何解决Ubuntu 14.04中默认字体问题,包括卸载不满意的字体(如ARPLUKai和ARPLUMing),并推荐安装文泉驿字体来改善中文显示效果。
1098

被折叠的 条评论
为什么被折叠?



