Install Mac fonts in ubuntu [ how to ]

Install many mac like fonts on Ubuntu this easy method open terminal and run following command ..



wget http://dl.dropbox.com/u/26209128/mac_fonts.tar.gz
tar -xzf mac_fonts.tar.gz
sudo cp -r fonts/ /usr/share/fonts/ && sudo fc-cache -f -v




or manually download fonts package from this link and copy it .fonts ( if don't have then create .fonts directory in home folder) directory inside your home folder

use myunity or your preferred tool to configure fonts in Ubuntu

here is screen-shot of my font settings 



Enjoy Mac Fonts !

No comments:

Post a Comment

leave your comments
Thanks !