The Google chrome browser or chromium browser is not always accepting the font hinting settings done is the gnome control center or gnome tweak tool. The result is all other application font hinting and google chrome browser, chromium browser font hinting are different some time. This lead to bad look of fonts in google chrome or chromium browser in gnome 3 desktop. To disable the font hinting in gnome just edit the font conf file in the home directory
<?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <dir>~/.fonts</dir> <match target="font"> <edit name="hinting" mode="assign"><bool>false</bool></edit> </match> </fontconfig>
Change the contents look like then save the file. Restart the google chrome or chromium browser. The Font hinting is now disabled on google chrome or chromium.
Detailed Discussion thread is here.
Worked for me
Related articles
- Fedora 17 – Install Codecs, Drivers and Fonts in under 5 minutes! (unixmen.com)
- The Future of GNOME (blogs.gnome.org)
- Chrome vs. Firefox for Ubuntu (unixmen.com)
- How to Install Latest Version of Chromium Browser in Ubuntu (ubuntuvibes.com)
- Browser Slow? How to Make Google Chrome Fast Again (howtogeek.com)
- Chromium beta now available for the Raspberry Pi (liliputing.com)
- Fedora 18 to feature the GNOME2 fork MATE (fedoraproject.org)