解决Ubuntu下Chrome字体发虚问题

字体大小: 中小 标准 ->行高大小: 标准

悬而未决的Ubuntu下Chrome字体发虚问题终于解决了

sudo vim /etc/fonts/conf.d/66-wqy-zenhei-sharp.conf

把里面的12

<test compare=”more_eq” name=”pixelsize”><double>12</double></test>

改成和下 面的一样就行了,我是16

<test compare=”more_eq” name=”pixelsize”><double>16</double></test>


就这样,改完,重新启动Chrome,字体终于不发虚了。以前一直没有解决,现在终于搞定了。哈哈!

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/49638.html