Answer by Ignorant for Chrome 33 shows ugly, blocky, pixelated fonts in Linux
Recently I struggled with the same issue with Chrome on Debian (testing) with XFCE. I just added the following code to .fonts.conf file in my home directory: <?xml version="1.0"?><!DOCTYPE...
View ArticleAnswer by dmnc for Chrome 33 shows ugly, blocky, pixelated fonts in Linux
I don't want to disable bitmap fonts by enabling 70-no-bitmaps.conf, because I'm using them in the xfce4-terminal (i.e. Fixed font). So I've found the solution in...
View ArticleAnswer by Andre Miras for Chrome 33 shows ugly, blocky, pixelated fonts in Linux
I also had the issue with Chromium 33-34 and KDE 4.11.5.Dehpeh's suggestion solved my issue.eselect fontconfig enable 70-no-bitmaps.confor if already enabled:eselect fontconfig disable 70-yes-bitmaps.conf
View ArticleAnswer by Gizmomogwai for Chrome 33 shows ugly, blocky, pixelated fonts in Linux
I am running Ubuntu 12.04 and had the same problem.After removing all 70-something configs from /etc/fonts/conf.d and linking70-no-bitmaps.conf -> ../conf.avail/70-no-bitmaps.conf and checking, that...
View ArticleAnswer by PurpleAlien for Chrome 33 shows ugly, blocky, pixelated fonts in Linux
This seems to be a bug in Chromium with the Helvetica font. It is discussed here: https://forums-web1.gentoo.org/viewtopic-t-984870.html?sid=d8fa5b8fc9ae0c83520d1769dc366d58From that thread, this...
View ArticleChrome 33 shows ugly, blocky, pixelated fonts in Linux
After updating to the latest version of Chrome (33) on my Gentoo Linux box, certain sites such as GitHub have started rendering with ugly, pixelated, non-antialiased fonts. Small text is now basically...
View Article