Comment 7 for bug 203571

Revision history for this message
Qishuai Liu (lqs) wrote :

I suggest to add the following lines to 44-wqy-zenhei.conf, to force displaying 13px when 14px is not available.

  <match target="font">
        <test qual="any" name="family"><string>WenQuanYi Zen Hei</string></test>
        <test compare="more_eq" name="pixelsize"><double>13.5</double></test>
        <test compare="less" name="pixelsize"><double>14.5</double></test>
        <edit name="pixelsize"><double>13</double></edit>
  </match>