Skip to content

Instantly share code, notes, and snippets.

@tuananh
Created January 29, 2016 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuananh/998afc4d6625f01c2e28 to your computer and use it in GitHub Desktop.
Save tuananh/998afc4d6625f01c2e28 to your computer and use it in GitHub Desktop.
  • Install Homebrew

  • Install cabextract

  • Use cabextract to extract Consolas font

  • Install

$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment