View Single Post
Posts: 7 | Thanked: 0 times | Joined on Feb 2010
#39
Originally Posted by Webbie View Post
The following will also work:

Code:
sudo gainroot
mv font.tff /usr/share/fonts
fc-cache -f -v
Then restart the device. (A restart may not be required depending on the application, but in my case I was installing ProFont to use as an xterm font).
when I write mv [myfontname].ttf /usr/share/fonts
it says: mv: cannot rename 'myfontname.ttf': No such file or directory.

where do I have to put my fonts?