View Single Post
Posts: 3,664 | Thanked: 1,530 times | Joined on Sep 2009 @ Hamilton, New Zealand
#4
Originally Posted by kaibakung View Post
I did it sir. That's the situation right now.

Most websites are fine. Only board like invisionplus can't be dispalyed in Thai.
Include your own font type then. Simple is that. Just like you did on windows Machine.

copy the font to the:

usr/share/fonts

extract the fonts from the site and then drop it in the fonts directory above.

eg: put the fonts in the memory card
----------------------------------------------------
cp /media/mmc1/fonts*.tff /usr/share/fonts

This will copy the fonts to fonts folder from Terminal commandline.

If "cp" failed then try "mv"

mv /media/mmc1/fonts*.tff /usr/share/fonts