Install and configure Hindi fonts in Linux

It’s a short howto to install True Type Fonts in Linux. In this particular case, I want to install Hindi fonts in my CentOS 5.0 box.

Step 1. Download Hindi (.ttf) fonts from Internet. One location to find: http://tdil.mit.gov.in/download/openfonts.htm

Step 2. If you downloaded zip/tar, extract it in a directory where you want to store the fonts, for example: /usr/share/fonts/hindifonts
# mkdir -p /usr/share/fonts/hindifonts
# cd /usr/share/fonts/hindifonts

–> download the tar/zip file from net. here just the example
# unzip examplehindifonts.zip
# rm examplehindifonts.zip

Step 3. Make sure the all files (fonts) names are in lower case. If you found mixed case or not sure, run this command:
# for i in * ; do [ -f $i ] && mv -i $i `echo $i | tr ‘[A-Z]‘ ‘[a-z]‘`; done;

Get Adobe Flash playerPlugin by wpburn.com wordpress themes