[Bug 212176] Re: Firefox loses font hinting after reboot

Toshio Ito debug.ito at gmail.com
Sun Apr 27 07:52:49 UTC 2008


I had the same problem, but now it's solved.
I created ~/.fonts.conf and wrote to it the following.

 <?xml version='1.0'?>
 <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
 <fontconfig>
  <match target="font" >
   <edit mode="assign" name="hinting" >
    <bool>false</bool>
   </edit>
  </match>
 </fontconfig>

After I rebooted X, Firefox comes to show smooth fonts, without hinting.

My environment:
- Xubuntu Hardy
- Firefox: 3.0~b5+nobinonly-0ubuntu3

-- 
Firefox loses font hinting after reboot
https://bugs.launchpad.net/bugs/212176
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list