How to install Consolas font at OSX

August Tu
1 min readOct 4, 2015

--

Microsoft Consolas fonts is a great gift for coding. If you bought Microsoft Office for Mac, install that and Consolas will be installed as well.

If not, following these steps(Must install brew at first):

$ brew install cabextract
$ 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

And click Install Font.

--

--