Adobe's new free font: Source Code Pro
September 26, 2012
Adobe yesterday released its free and open source Type family, Source Code Pro, which includes an eye-pleasing monospace font ideally suited for coding. In the past, and at the recommendation of Fernando Perez, I’ve used the beautiful (but non-free) Consolas by Microsoft; now, which is best?
To install on Linux:
- Grab the font.
- Copy the files to
~/.fonts
. - Run
fc-cache -f -v
.
The font should now be available for selection in apps such as Firefox, Gnome Terminal, etc. To make it the default font in Emacs::
(set-default-font "Source Code Pro")
Here’s a comparison of Consolas (left) and Source Code Pro (right):
Comments also on Google+.