Pages

Friday, February 26, 2010

How to use Mac fonts on Linux

Filed under: ,

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

How to use Mac fonts on Linux originally appeared on Download Squad on Thu, 04 Feb 2010 14:00:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

No comments:

Post a Comment