Comparing Programming Font Pairs

I really like this visualization of the difference between Deja Vu Sans Mono and Apple Menlo:

Menlo vs. Deja Vu Sans Mono

(Credit to Jesse Burgheimer)

I decided to take a stab at programmatically generating a similar comparison for all the fonts I’ve been looking at. Here’s the Mathematica code.

Menlo vs. Deja Vu Sans Mono in Mathematica (Click for full size version)

It was then easy to generate this for every pair of fonts:

CompareFontPair /@ Subsets[monospacedFonts, {2}]

I went through them all and picked out the ones I thought were most interesting:

consolasinconsolata dejavusansmonodroidsansmono dejavusansmonopanicsans droidsansmonoinconsolata envycoderterminus inconsolatamonofur

If you’re interested in seeing the results for every pair, you can download them all.

Comments