You may want to install Microsoft Truetype fonts in Ubuntu for any reason. It's very simple. All you need to do in your Ubuntu Gutsy Gibbon 7.10 is to install the msttcorefonts package.
The Truetype Microsoft fonts provided by the package include:
•Andale Mono
•Arial Black
•Arial (Bold, Italic, Bold Italic)
•Comic Sans MS (Bold)
•Courier New (Bold, Italic, Bold Italic)
•Georgia (Bold, Italic, Bold Italic)
•Impact
•Times New Roman (Bold, Italic, Bold Italic)
•Trebuchet (Bold, Italic, Bold Italic)
•Verdana (Bold, Italic, Bold Italic)
•Webdings
To install msttcorefonts package, open a Terminal... Application > Accessories > Terminal and type (without the dollar sign):
$ sudo apt-get install msttcorefonts
After doing this, you can also install other TTF fonts in your collection by copying them in your ~/.fonts folder. After installing new fonts, you will have to log out and log in again to be able to see and use the new fonts. If you want to avoid this, you can regenerate the fonts cache by issuing the following command:
$ sudo fc-cache -fv
That's all. Anyway, Hope it will help others too.
Installing Microsoft Fonts in Ubuntu
Related Posts:
How To hide Apache2 version Information from hackersSome times we need to hide apache banner information, because hackers check version details, before attacking a sever, If you close this door, it is m… Read More
Howto Restore Ubuntu After Windows Installation Using LiveCDWindows will overwrite the grub boot loader , So You cannot access Linux partition after Windows Installation. Tools Required : Ubuntu LiveCD First… Read More
Ubuntu Networking Configuration Using Graphical ToolThe basics for any network based on *nix hosts is the Transport Control Protocol/ Internet Protocol (TCP/IP) combination of three protocols. This comb… Read More
Crack your Wi-Fi WEP and WPA-PSK keys with Aircrack in Ubuntu Aircrack-ng is an 802.11a/b/g WEP/WPA cracking program that can recover a 40-bit, 104-bit, 256-bit or 512-bit WEP key once enough encrypted packets … Read More
How to Play DVD in Ubuntu 9.10 Karmic Koala There is no default support od DVD in Ubuntu 9.10. You have to install the following for getting the DVD Support. First You Have to add the medibun… Read More
0 comments:
Post a Comment