标签:style blog http color 文件 art
最近ubuntu 14.04和chrome都升级成最新版后,chrome标题栏和书签栏都不能正常显示中文了。
然后搜了下发现这样可以解决:
修改文件 /etc/fonts/conf.d/49-sansserif.conf
将其中标红部分修改一个已经安装的中文字体,我现在用的时文泉驿微米黑所以就这样改:
修改前:
<edit name="family" mode="append_last">
<string>sans-serif</string>
</edit>
修改后:
<edit name="family" mode="append_last">
<string>WenQuanYi Micro Hei</string>
</edit>
本文参考了:http://blog.csdn.net/mykelia/article/details/24551695
ubuntu 14.04下chrome显示标题乱码问题,布布扣,bubuko.com
标签:style blog http color 文件 art
原文地址:http://my.oschina.net/u/1382972/blog/291619