MPDK


Pages

Sep 2, 2009

How to install a new fonts on ubuntu?

We take LiHei Pro, a Mac font, for example, you can download the font here. Next, you have to turn on your terminal and order the following commands:
cd /path at where you download
tar -zxvf LiHeiProPC.ttf.tar.gz
sudo mv ExtractFile /usr/share/fonts/truetype/
sudo fc-cache -f -v
Welcome to use the beautiful fonts.

There is a shell script helping you to get and install freemacfonts(this is safe. Don't worried). Next, run it.
cd /path at where you download
chmod 755 newfonts.sh
Welcome to use the fonts although it is not so much beautiful.

No comments:

Post a Comment