RSS



Ubuntu Quicktip - adding extra fonts to your Ubuntu install

Tue, Dec 19, 2006

ArsGeek, Linux, Quicktips, Ubuntu

Talk about it in our Forums

We LOVE fonts!

If you’re in the mood for a few new fonts to play around with, here’s how you go about adding them to your system.

First, you’ll have to make sure you have extra repositories added.

Then, open up a terminal session (Applications -> Accessories -> Terminal) and type the following:

sudo apt-get install gsfonts-x11 msttcorefonts

This will install Microsoft’s core fonts and Ghostscript fonts.

Want to install some from another region? Pick and choose from below.

sudo apt-get install xfonts-intl-arabic
sudo apt-get install xfonts-intl-asian
sudo apt-get install xfonts-intl-chinese
sudo apt-get install xfonts-intl-chinese-big
sudo apt-get install xfonts-intl-european
sudo apt-get install xfonts-intl-japanese
sudo apt-get install xfonts-intl-japanese-big
sudo apt-get install xfonts-intl-phonetic

When you’ve installed everything you want, type the following:

sudo fc-cache -f -v

This will tell your machine to search it’s fonts directories and add everything to it’s font cache.

Click the icon, share the link:
  • Digg
  • del.icio.us
  • MisterWong
  • Furl
  • Reddit
  • Technorati
  • BlinkList
  • feedmelinks
  • PopCurrent
  • Blogosphere News
  • Facebook
  • Fark
  • Mixx
  • Slashdot

This post was written by:

arsgeek - who has written 1980 posts on ArsGeek.


Contact the author

3 Comments For This Post

  1. kobewan Says:

    Nice guide, but the first line should read:

    sudo apt-get install gsfonts-x11 msttcorefonts

    You forgot to add the final ’s’.

  2. arsgeek Says:

    Kobewan,

    You are indeed right. Fixed!

    B

  3. Scott A Says:

    Unfortunately, msttcorefonts does not include the Tahoma font which Windows uses for the desktop. It’s a very nice font for that purpose. If you would like to use Tahoma with Ubuntu follow the excellent directions on this site:

    http://www.warrenguy.com/docs/ubuntu-linux/configuring-fonts.html

1 Trackbacks For This Post

  1. Ubuntu Quicktip - adding extra fonts to your Ubuntu install : Tech Tips Says:

    [...] Ubuntu Quicktip - adding extra fonts to your Ubuntu install [...]

Leave a Reply