There is an easy way to install windows restricted fonts on Ubuntu. If you like installing stuff from console (or terminal) as I do, this is all you have to do:
sudo apt-get install ttf-mscorefonts-installer
Then, you will be asked for your password, just type down your user password, and aptitude will ask you if you want to download the new packages… Of course, you will say Y (yes).
And thats all! If you want to try it out, just launch OpenOffice Writer, and you will see that Times New Roman is the font selected by default.
If you don’t like console installing, just open Ubuntu Software Center (on Gnome desktop), or KPackageKit (on KDE desktop). Then, in the search box just type:
ttf-mscorefonts
And you will see the package ready to download. Repeat the process (enter password when asked, etc.) and you will have the fonts installed.
If you want to install more fonts, just open your favorite package manager, and search for:
ttf
Or:
font

And you will have plenty of new fonts to install, and even, fonts-related applications!



