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