View Single Post
shallimus's Avatar
Posts: 568 | Thanked: 969 times | Joined on Dec 2009 @ Toronto
#7
Originally Posted by jafferkhan View Post
the terminal way seems a bit easier though... any ideas?
Yes. My idea is: try the instructions kindly provided by michaaa62

Suggest changing the 'mv' to a 'cp' so you don't move any font files which happen to exist in MyDocs, but instead copy them.

So:
  1. Copy zekton.ttf font file onto the N900's internal memory (so it will appear in MyDocs)
  2. Open terminal, and type in the following one line at a time:
Code:
mkdir .fonts
cp MyDocs/*.ttf .fonts
fc-cache -f
Done.

Ask good (detailed) questions if you have trouble with any step of the process. For instance, you could ask: how do I get the font file into MyDocs to begin with in order to copy it to the newly created .fonts directory?

...or some other question. Start small, ask good questions, post screenshots where possible, stay patient (i.e. don't get "really upset!") and people will help you.



Edit: Thanks pillum for font cache rebuild
__________________
tinfoilhat.dll: Trojan horse detected
Sailfish want list: calendar bugfixes, glanceable agenda, Swype or similar
Evolution continues (but we're still pre-Cambrian)


Last edited by shallimus; 2011-06-29 at 15:02.