Hot on HuffPost Tech:

See More Stories
Free Switched iPhone app - try it now!
AOL Tech

How to use Mac fonts on Linux

If you're looking for an easy way to port some of your favorite Apple fonts over to Ubuntu, here it is! I've just started to get exposed to alternative OSes like Ubuntu and was really excited to find a way to easily get some of my favorite fonts over to it quickly and easily. TechSource has provided a really great tutorial on how to access those fonts without a lot of fuss.

To get started, open up the Linux terminal and download the required font files with this command:

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

Next, you'll need to extract the files:

$ tar zxvf macfonts.tar.gz

Move the fonts to the /fonts directory:

$ sudo mv macfonts /usr/share/fonts

Then just reload the font cache to start using them:

$ sudo fc-cache -f -v

That's it. To use or test the fonts, head over to System > Preferences > Appearance > Fonts.
Share StumbleUpon.com

Tags: Fonts, Linux, Mac, Terminal, Ubuntu

Comments

3