There has been much confusion about installing fonts in Ubuntu. I have a procedure laid out to install your fonts. Lets get down to work.
(source: http://www.stchman.com/install_fonts.html
First thing first I recommend you install the Microsoft TrueType core fonts. To install them type the following at a terminal:
sudo apt-get install msttcorefonts
This will install fonts like Arial, Times New Roman and other Microsoft proprietary fonts. It will not however install Tahoma. Sometimes this server is really busy or down so be patient.
Also there are some Java fonts like Lucida that you can install. This requires the 1.5 JRE to be installed. To install them type the following in a terminal.
sudo apt-get install sun-java5-fonts
Now lets say you have soem custom fonts you wish to install. No problem as I can help you with this as well.
All the fonts you will use in Ubuntu are stored in two places.
1. /usr/share/fonts
2. ~/.fonts
I recommend you install them in the #1 loaction. Reason being is that if you install them to your /home directory they will not be accessible form another account on the computer. Lets begin, shall we.
First make a folder to hold your custom fonts.
sudo mkdir /usr/share/fonts/truetype/customttf I am using customttf as an example.
Next open a terminal in the folder where you have a bunch of custom fonts and type the following:
sudo cp ./*.ttf /usr/share/fonts/truetype/customttf This will copy the truetype fonts to that folder.
Now that we have the fonts in the proper folder we need to install them in Ubuntu. That is what the fc-cache command is for.
Open a terminal in your customttf folder and type the following:
sudo fc-cache -f -v
This will install the fonts so that your applications like OpenOffice and others can use them.
STumbling In Linux Land, STupid and Unlucky Pablo? The tribulations and happy discoveries of a Linux former Newbie, now bit more experienced user
Tuesday, September 2, 2008
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2008
(123)
-
▼
September
(46)
- Never use Partition Magic in a dual boot windows/ ...
- Best backup tools for ubuntu?
- How to set up both analog and digital out in Ubuntu
- Windows NTFS Partitions Read/write support made ea...
- APE or Monkey's Audio format playback and burning ...
- EnvyNG: an easy way to install graphic drivers
- Create backup of all packages using APTonCD in Ubuntu
- AptURL Protocol Handler install via a weblink
- Ubuntu 8.04 W2L final released made for Probleemlo...
- Changing Time of day wallpaper in Ubuntu
- Hardy USB keyboard freezes (Not solved)
- Move home to a new, its own partition
- Reinstall your setup in a breeze
- No Progress Bar at System Startup due to monitor s...
- Problems with the login screen??
- Wajig
- Upgrade To a Fresh Feisty Install
- How to add a new user form the terminal/ recoverymode
- Install Ati driver
- Open every folder in terminal (right click)
- Capturing analog video
- Create symbolic link in a grafical way
- Where did all my disk space go? The hidden folder ...
- Handle (nearly) full disks
- How to use and install GnomeDo
- Essential skills: best keyboard shortcuts Gnome
- Using history in the terminal
- Copy with select text and middle click
- Unable to unmount usb drive due to unknown processes?
- SimpleBackup Automated Ubuntu Backups
- Strata Human theme for better looking Firefox
- Howto: Convert Redhat and Fedora .rpm files to .de...
- Schedule Tasks Using Gnome-schedule (A cron & at G...
- Using Brightside in Ubuntu
- Need a Windows program on a Ubuntu pc? Run the ap...
- How to recover media files from a memory card?
- Saving MMS streams with Mimms or VLC
- Google Chrome
- Extension for choosing the right player in Firefox...
- Caution: Linux addiction
- md3sum test in Ubuntu
- Shutdown Timer
- Install Fonts in Ubuntu
- How to hide your linux partition fro co-users
- The Linux Terminal For Beginners
- Do stuff in Ubuntu without touching the mouse
-
▼
September
(46)
No comments:
Post a Comment