add

Your Ad Here

Monday 21 February 2011

Kannada Fonts for Linux (Ubuntu)

Searching Kannada fonts for Ubuntu. I have recently installed Ubuntu 8.04 and faces issues with Kannada fonts, the kannada fonts are not rendered properly on firefox. 


1. Uninstall free fonts that came with ubuntu which is main cause for most of the font problems.


cd /usr/share/fonts/truetypesudo rm -rf free-fonts


2. Install the kannada fonts which may or may not have installed on your Ubuntu by default.


sudo apt-get install ttf-kannada-fonts


3. Mallige fonts will be installed in ttf-kannada-fonts directory, which does not render properly, remaining fonts will be enough for working with kannada on Ubuntu. So removed Mallige fonts.


cd /usr/share/fonts/truetype/ttf-kannada-fonts
rm -f Malige-*.*



Update the font cache by running the below command 


sudo fc-cache -fv


Done...!



2 comments:

Jnaneshwara said...

Wow. It helped me..Thanks :-)

Real World Trends Now said...

Showing this error, plese say how to install Kannada font


sudo apt-get -f install ttf-kannada-fonts
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
teamviewer : Depends: libjpeg62 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Post a Comment