This actually works on every S60 3RD ED. Phone.
The only thing you have to do:
Get a file manager (i recommend x-plore, search!)
start it, and you should be able to see the Z:\ drive. Open it.
Navigate to Z:\resource\Fonts. On my E65 there is 8 fonts.
Then do the steps above.
And a tip: When you tries to remove the font folder within the phone, you cant because its loaded to the system. And if you connect it in "mass storage mode" it will deny access. The thing to do is: Remove the memory card, and simply put it back again (sometimes a restart is required, of course with the card REMOVED else it will load the font) Then you can connect it and remove/change/... with the font folder
Oh, and a little script to prepare your fonts easily 
Code:
cd c:\Fonts\
del *.ttf
copy C:\windows\fonts\saxMono.ttf c:\Fonts\NOSNR60.TTF
copy c:\Fonts\NOSNR60.TTF c:\Fonts\NSSB60.TTF
copy c:\Fonts\NOSNR60.TTF c:\Fonts\S60TSB.TTF
copy c:\Fonts\NOSNR60.TTF c:\Fonts\NSTSB60.TTF
copy c:\Fonts\NOSNR60.TTF c:\Fonts\S60ZDIGI.TTF
copy c:\Fonts\NOSNR60.TTF c:\Fonts\SWABIU.TTF
copy c:\Fonts\NOSNR60.TTF c:\Fonts\SWABRU.TTF
copy c:\Fonts\NOSNR60.TTF c:\Fonts\SWARIU.TTF
copy c:\Fonts\NOSNR60.TTF c:\Fonts\SWARRU.TTF
Things to do with the script(made for E65)
Change line: 3 to point to the font you want (right now it points at saxMono.ttf) Change to your font!
Create folder C:/Fonts/ (on computer of course)
Change from line 3 and down (to fit your mobile phone)
NOTE: E65 users, this is perfectly prepared, just change the font it points to in the C:/Windows/Fonts/ and let it work a second
.
Ooh, this is a long post...
Cheers!
//ToJa
Bookmarks