this can be used to install sinhala fonts in to Ubuntu, Kubuntu like kaputa.
first copy your fonts to your desktop; open a shell
type
- Code: Select all
sudo mkdir /usr/share/fonts/myfonts
type (replace USERNAME with the user name you use to login with)
- Code: Select all
sudo cp home/USERNAME/Dekstop/*.ttf /usr/share/fonts/myfonts
type
- Code: Select all
sudo fc-cache -f
