RT.
目测楼主以前是点阵宋体,升级完了成微米黑了
应该是微米黑变成了正黑。
如图,哭了。。。
安装文泉驿,然后把系统字体设置城文泉驿
这貌似是正黑,貌似又不是
找到解决方法了,我查了一下当我点“安装完整的语言支持”后的软件安装记录,如图:
然后试着删除了一些ttf, fonts开头的软件包,然后重启一下,就回复到原来的点阵宋体了,哈哈!
nice
介意我转载到ubuntuSOFT 吗?
恩,非常难受,不过已经解决了!
当然不介意!
lz v2的css不错,求共享...
sudo apt-get install ttf-wqy-microhei
screen {
body .box { border-radius: 0; border-bottom: none;}
body a.tab_current:link, a.tab_current:visited, a.tab_current:active { border-radius: 0;}
body img.avatar { border-radius: 0;}
body a.count_livid:link, a.count_livid:active, body a.count_blue:visited, a.count_green:visited, a.count_orange:visited, a.count_livid:visited { border-radius: 0;}
body .item_node { border-radius: 0; background: none;}
body a.balance_area:link, a.balance_area:visited, .balance_area { border-radius: 0;}
body .item { background: none;}
body .item:hover { background-color: />body .topic_buttons { border-radius: 0; background: />body .no, body .sll, body a.node:link, body a.node:visited, body a.node:active { border-radius: 0;}
body .mll, body .super.button { border-radius: 0; background: box-shadow: none;}
body .normal.button:hover { box-shadow: none; background: />body { background: />body table td:first-child { position: relative;}
body table td:first-child a { display: block; width: 120px; height: 28px; position: relative;}
body table td:first-child a:after { position: absolute; content: 'V2EX'; color: font-size: 18px; font-weight: 700; top: 6px;}
body td img { display: none;}
body { background-color: margin: 1px 0px 1px 0px; width: 280px; padding: 0 4px;}
body a.tab:link, a.tab:visited, a.tab:active { border-radius: 0;}
body .mle, body .sl, body .ml { border-radius: 0;}
}
已致谢...
推荐 DejaVuSansYuanTi 字体,网页浏览或代码显示都不错。
cc: http://forum.ubuntu.org.cn/viewtopic.php?f=8&t=110509
感谢推荐,明天就去试试
: )
删除字体并不是正确的做法,真正原因是因为Ubuntu中文字体的默认选择顺序是先正黑了。正确的做法应该是把/etc/fonts/conf.avail/69-language-selector-zh-cn.conf文件复制到用户HOME目录并改名为.fonts.conf,然后在里面修改中文字体选择顺序。
原来是酱紫,以后遇到问题就不用瞎折腾了,感谢!
楼主的原因是因为在Ubuntu13.04开始,Ubuntu的默认中文字体成了文泉驿正黑,这字体只能说:It sucks!!!!!
改成文泉驿微米黑就好了,可以自己去改/etc/fonts/conf.avail/69-language-selector-zh-cn.conf,或者去这里拷一个
http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=422887
谢谢,下次知道怎么处理了