Monaco is the default font in the iTerm terminal for Mac OS X. How can I install it on Ubuntu?
3 Answers
Github user cstrap has a repository with a simple install script that will download and install the font.
Just run the command
curl -kL | bash 61I installed the Monaco font in Ubuntu 16.04 by doing:
3