fixing firefox’s fugly fonts on Ubuntu

Update 2015-09: Better yet, install Infinality. It makes font rendering pretty.


 

Switching back to Linux from Mac is still a process of ironing out minor wrinkles. Take, for example, this abomination (enlarged to show texture):—

Screenshot from 2013-05-19 11:42:18

… No, I’m not talking about Mr Paul’s antics (or the typo in the TP post, either), but the horrid non-matching ligatures (‘attack’, ‘flubbed’, ‘targeting’) in a sea of blocky text. Almost every programme I was running had this problem. Mouse over the image to see how it could look if you apply this easy fix.

Create (or edit) the file ~/.fonts.conf ~/.config/fontconfig/conf.d, and add the following lines:

<match target="font" >
  <edit name="embeddedbitmap" mode="assign">
    <bool>false</bool>
  </edit>
</match>

Log out, log back in again, and text is properly pretty. Yay!

5 comments

  1. it’s this kind of garbage that was fun for about 3 weeks of using ubuntu…then it was just horrible.
    Now (home @ least), I’m a chromebook man. Something so satisfying about not having to (or being able to) endlessly customize & tweak your computer.

  2. I’m more annoyed that it wasn’t enabled as standard.

    Yep, no customization on a Chromebook — but you’re giving all your data to Google.

  3. Apparently ~/.fonts.conf is old hat, and all the cool kids are using ~/.config/fontconfig/conf.d these days…

Leave a comment

Your email address will not be published. Required fields are marked *