Skip to content

Instantly share code, notes, and snippets.

@avalonalex
Last active October 12, 2022 08:27
Show Gist options
  • Save avalonalex/8125197 to your computer and use it in GitHub Desktop.
Save avalonalex/8125197 to your computer and use it in GitHub Desktop.
# Thanks to this post:
# http://blog.ikato.com/post/15675823000/how-to-install-consolas-font-on-mac-os-x
$ 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
Copy link

ghost commented Apr 8, 2021

Thank you!

@chengkangzai
Copy link

Fantastic ! Thanks

@550690513
Copy link

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment