Want better fonts in Ubuntu or Linux Mint? (or any Linux distro for that matter)
I have been a Windows user my whole life, and only in the last 3-4 years or so did I become interested in Linux. It started with Xandros, which, honestly, I didn't like, and then I tried Ubuntu, which I liked, and then finally Linux Mint, which I like even more. I currently dual-boot Windows 7 and Linux Mint 8 on my main desktop.
One area where Linux consistently lags behind Windows and Mac OS (in my opinion) is in fonts. The fonts included with Ubuntu and Linux Mint, for example, are nowhere near as pretty as the Windows Vista / Windows 7 fonts.
So here's what I did to "fix" it (this guide assumes very basic familiarity with Linux systems).
Note: this will only work if you also have Windows Vista or Windows 7 installed (for all you dual-booters out there, lol). It may also work with Windows XP if Microsoft Office 2007 is installed, but I'm not positive on that one.
- Open Nautilus by opening a terminal and typing 'sudo nautilus' and entering your password.
- Next, browse to usr > share > fonts > truetype. Create a new folder here (I called mine 'windows-fonts').
- Open another Nautilus window (does not have to be "sudo"), then mount your Windows drive in Ubuntu / Linux Mint. This should be as easy as double-clicking on it and entering your password.
- Browse to the Windows\Fonts directory.
- Find a font you like. I grabbed all of the SegoeUI fonts, for example. Calibri and Cambria are nice ones too. Copy the desired fonts to the new folder you created in usr > share > fonts > truetype.
- Type 'sudo fc-cache -fv' in a terminal window to refresh the font cache.
- Go to Appearance Preferences > Fonts and choose your new fonts!
This obviously doesn't jibe with open-source software principles, as it requires the purchase of Windows. But to all of us suckers who have already forked over the cash for Windows, why not? (OK not really suckers, since I am openly positive about Windows 7).
P.S. If you're looking for the Microsoft Core fonts package, open a terminal and type sudo apt-get install msttcorefonts. Then type sudo fc-cache -fv to reset the font cache.

February 10th, 2010 - 20:40
I’m a sucker for the Tahoma font (standard “Classic” look on XP), the new antialiased fonts just don’t do it for me unfortunately. The guide helped.
Cheers!
February 11th, 2010 - 09:09
Yeah I do really dig both Tahoma and then some of the newer office / vista / win 7 fonts, especially Calibri and Segow UI. Unfortunately the ubuntu fonts don’t compare.
March 23rd, 2010 - 10:07
Gotta agree with Andrej; I really don’t like the Segoe/Calibri family of fonts. In fact, they’re what’s keep my from switching to Windows 7 (and yes, I’ve tried disabling them – Windows 7 just doesn’t listen when you tell it to stop smoothing all fonts).
March 24th, 2010 - 20:36
@Herbet,
Interesting. To each his own I suppose.
July 6th, 2010 - 10:20
Thank you very much. Maybe you should upload an archive with all important Windows 7 fonts (cambria, calibri, arial and Segoe UI) for people who do not have windows.
Great tutorial. Now my Ubuntu looks decent.
July 21st, 2010 - 19:23
@Shailen,
That’s a good idea, although I am not sure of the legality of me re-distributing proprietary fonts. If someone could show me a document saying it is legal, I would do it in a heartbeat.
September 3rd, 2010 - 11:53
Can someone give a primer on how to do a symlink share of the fonts folder?
I also dual-boot the same way as Andrew, but rather than duplicating the immense library of fonts (many findable via the awesome site http://www.DaFont.com) I’d love to let the OS’s play nice and just share
September 6th, 2010 - 09:39
@tanuki,
I’m not sure if this is what you are looking for, but I did some Googling: http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/
September 6th, 2010 - 09:48
@tanuki,
Another thing I found –> http://code.google.com/p/symlinker/