I have found a work-around for the issue. I have created a file named
~/.fonts.conf with the following content:

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


Now I have full hinting and no antialiasing in FF, Chrome, Skype, OO... but 
I'll always have to change that file.

-- 
inconsistent font settings across all applications
https://bugs.launchpad.net/bugs/642004
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to