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