View Single Post
Posts: 6 | Thanked: 0 times | Joined on Mar 2010
#5
Originally Posted by maxximuscool View Post
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


Thank you sir! I really want to try your suggestion but I'm very new to Linux.. So I don't really understand how to use command like usr/share/fonts

I found out that invisionplus board uses these fonts { font-family: Verdana, Tahoma, Arial, sans-serif

So I have to copy these fonts to the folder you told me right?