How to Install Consolas Font in Mac OS X?

Here are the instructions to install **Microsoft Consolas** Font on Mac OS X.

* You need to install [`brew`](https://brew.sh/) first.
* Type-in the following commands.

“`bash
brew install cabextract
cd ~/Downloads
mkdir Consolas
cd Consolas
curl -LO https://sourceforge.net/projects/mscorefonts2/files/cabs/PowerPointViewer.exe
cabextract PowerPointViewer.exe
cabextract ppviewer.cab
open CONSOLA*.TTF
“`

* Press Install Font button to install the fonts.

Leave a Reply