Comment 0 for bug 42955

Revision history for this message
Mante (mante) wrote :

I have a line like this in /etc/fonts/local.conf so that all the gnome fonts below 14px are not antialiased. Strange things with dapper (breezy works) Firefox ignore local.conf and render all fonts with antialias.
Bug? Need to change something in firefox too?

<match target="font">
   <test name="size" compare="less">
      <double>14</double>
</match>
   </test>
   <edit name="antialias" mode="assign"><bool>false</bool></edit>
</match>