View Single Post
Old 01-27-2012, 04:09 AM   #7
mamon77
Junior Member
mamon77 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2011
Device: SONY e650
Quote:
Originally Posted by grissley View Post
One issue - the local polish characters are different than the "standard" set.
It's like having two types of fonts in each book - one font for the polish characters, another one for the standard ones.
Any easy way to to fix it?
Here is what I did to replace the droid with georgia (my font of choice):
- connect the reader to your computer
- check which drive letter the reader got assigned, probably J:
- go to the epub folder in that drive
- you will find three files: useStyle, userStyle.dflt and userStyle.droid and a FONT folder with droid folder inside
- create a folder in FONT with the name of the font of choice, eg georgia
- copy the 4 ttf font files to that folder (normal, bold, italic, italic bold), take note of the specific name of each file (eg georgia.ttf, georgiai.ttf, etc)
- open the userStyle file
- it will contain 4 references to the droid font, something like:
src: url(res:///Data/epub/FONT/droid/DroidSerif-Regular.ttf);
one for each normal, bold, italic and italic bold weight/style pair
- replace these with paths to your font. In my case one example is:
src: url(res:///Data/epub/FONT/georgia/georgia.ttf);

Save the file and disconnect the reader. Your polish letters will now be displayed using georgia.
mamon77 is offline   Reply With Quote