Friday, 19 February 2010

How to use Mac Fonts on Linux

Just follow these simple steps on installing and using Mac fonts onLinux.


Installing the fonts:
Open up the Linux terminal and download the Mac font files with this command:

$ wget http://ubuntu-debs.googlecode.com/files/macfonts.tar.gz

Extract the font files:

$ tar zxvf macfonts.tar.gz

Move the extracted fonts directory to the system fonts directory

$ sudo mv macfonts /usr/share/fonts

Reload the font cache:

$ sudo fc-cache -f -v


0 comments:

Post a Comment

 
//PART 2