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
3 comments:
if you dont wanna mess up with your system file, you can also put these files into ~/.fonts
ERROR 403: Forbidden.
Yes, it has been removed now :(
Post a Comment