anyway,这个其实不是「字体」的问题,是字体渲染的问题。

如果汉字字体不开 hinting 的话的确会发虚,但是 hinting 本身的效果可能也不好。
我个人倾向是宁可发虚,不要看到字歪掉。

我自己现在用着 infinality,可以调整渲染时的滤波器参数,效果还不错,但是是12年的老配置了。

之前也试过完全用默认,次像素用lcd,hint开hintfull,AA打开,然后给中文字体单加配置文件开hintnone。
这样的话中文会略发虚,英文效果很好。

然后就是一定要用 Sans,我目前的配置是

  <alias>
    <family>sans-serif</family>
    <prefer>
      <family>Cantarell</family>
      <family>STHeiti</family>
      <family>Symbola</family>
    </prefer>
  </alias>
  <alias>
    <family>monospace</family>
    <prefer>
      <family>Monaco For Powerline</family>
      <family>STHeiti</family>
      <family>Symbola</family>
    </prefer>
  </alias>

这样英文会去Cantarell里找,中文会用STHeiti。


第三个就是在stylish里把宋体干掉,否则各种中文网页教做人。

@font-face {font-family:'宋体';unicode-range:U+2E80-FFFF;src:
local('STHeiti');}
@font-face {font-family:'SimSun';unicode-range:U+2E80-FFFF;src:
local('STHeiti');}
@font-face {font-family:'新宋体';unicode-range:U+2E80-FFFF;src:
local('STHeiti');}
@font-face {font-family:'NSimSun';unicode-range:U+2E80-FFFF;src:
local('STHeiti');}
@font-face {font-family:'Courier New';src: local('monospace');}
@font-face {font-family:'Courier';src: local('monospace');}

以上~

-- 
Justin Wong
Fingerprint: 15CC 6A61 738B 1599 0095  E256 CB67 DA7A 865B AC3A

On Fri, Sep 25, 2015, at 22:40, Justin Wong wrote:
> 当年用 iphone 的时候从手机里scp出来一份STHeiti,用到现在
> 
> -- 
> Justin Wong
> Fingerprint: 15CC 6A61 738B 1599 0095  E256 CB67 DA7A 865B AC3A
> 
> On Fri, Sep 25, 2015, at 22:22, Christopher Meng wrote:
> > 用过一阵微软雅黑 。
> > 
> > 现在用 Adobe 的 Source。
> > 
> > -- 
> > 
> > Yours sincerely,
> > Christopher Meng
> > 
> > http://awk.io
> > 
> > -- 
> > 
> > --- 
> > You received this message because you are subscribed to the Google Groups
> > "TUNA 主邮件列表" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to [email protected].
> > To post to this group, send email to [email protected].
> > For more options, visit https://groups.google.com/d/optout.

-- 

--- 
You received this message because you are subscribed to the Google Groups "TUNA 
主邮件列表" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

回复