今天弄了弄chrome, 基本上把chrome的字体问题解决了。
chrome这个浏览器确实很给力,但是ubuntu下中文字体有大有小的,仔细感觉就可以感觉出来。大家可以试试看。
我主要是使用了一个google插件,强制他用的微软雅黑而已。没啥的。微软如果要版权,俺就删了用 别的呗。。嘎嘎。。
前提是收到M$的来信。。哦哈哈哈。
插件:Chrome Stylist
*{
font-family: "你要的字体", "你要的字体", sans-serif !important;
}
pre, code, kbd, samp, var {
font-family: "你要的字体", "你要的字体", monospace !important;
}
.body img {
max-width: 100% !important;
}
.channel {
background-color: #ffffff !important;
}
.channel a {
color: #000000 !important;
}
.title {
font-size: 18px !important;
}
.channel_toolbar {
padding-bottom: 1em !important;
border-bottom: 1px solid #000000 !important;
background-color: #ffffff !important;
}
.item {
border-bottom: 1px solid #000000 !important;
}
.even {
background-color: #ffffff !important;
}
.hilight {
background-color: #ffffff !important;
}
.item_title {
font-size: 18px !important;
}
.adsWrapper {
margin: 0 !important;
}
我主要就是把选择的部分设置成了 :
*{font-family:"msyh.ttf";}
就这样,restart 我们的google chrome, 就搞定了。
插件万岁~~