Install MONACO Font in Ubuntu
To download MONACO font in Ubuntu, follow the steps below:
#1: Install directly:
1. Download http://www.gringod.com/wp-upload/software/Fonts/Monaco_Linux.ttf
2. In ~/Downloads, click Monaco_Linux.ttf
3. Click the Install button.
#2: Using terminal:
1. If you have cURL installed, run the following in the terminal:
#3: Manual installation:
#1: Install directly:
1. Download http://www.gringod.com/wp-upload/software/Fonts/Monaco_Linux.ttf
2. In ~/Downloads, click Monaco_Linux.ttf
3. Click the Install button.
#2: Using terminal:
1. If you have cURL installed, run the following in the terminal:
curl -kL https://raw.github.com/cstrap/monaco-font/master/install-font-ubuntu.sh | bash
#3: Manual installation:
sudo mkdir -p /usr/share/fonts/truetype/ttf-monaco; cd /usr/share/fonts/truetype/ttf-monaco/
sudo wget http://www.gringod.com/wp-upload/software/Fonts/Monaco_Linux.ttf
sudo mkfontdir
cd /usr/share/fonts/truetype/
fc-cache
Comments
Post a Comment