How to install the Monaco font?

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
6
  1. Download it from
  2. Double click on the file. A font manager opens.
  3. Click on "Install Font"
1

I installed the Monaco font in Ubuntu 16.04 by doing:

  1. Download it from
  2. Copy the downloaded font into ~/.fonts/
  3. Run sudo fc-cache -fv
3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like