Skip to content

Instantly share code, notes, and snippets.

@robertcedwards
Created May 7, 2014 04:21
Show Gist options
  • Save robertcedwards/1cd991a8a1b056e3600c to your computer and use it in GitHub Desktop.
Save robertcedwards/1cd991a8a1b056e3600c to your computer and use it in GitHub Desktop.
archive of consolas on mac
Notes and links of interest from Alexander Zhuravlev
Jan 11, 2012
How to install Consolas font on Mac OS X
I really like the way Consolas font looks on Mac OS X.
Consolas
Here is an instruction on how to install it on Mac OS X:
brew install cabextract (brew utility is a part of Homebrew tool which can be installed from http://mxcl.github.io/homebrew/)
cd ~/Downloads
mkdir consolas
cd consolas
curl -O http://download.microsoft.com/download/f/5/a/f5a3df76-d856-4a61-a6bd-722f52a5be26/PowerPointViewer.exe
cabextract PowerPointViewer.exe
cabextract ppviewer.cab
open CONSOLA*.TTF
# press Intall font. That is all.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment