View Single Post
Old 12-19-2013, 11:26 PM   #3
52manhua
Junior Member
52manhua began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2013
Device: prs 350
Quote:
Originally Posted by Phil_C View Post
This CSS works for me when I format a book in calibre:

Code:
@font-face {
 font-family: GeorgiaEInk15;
 font-weight: normal;
 font-style: normal;
 src: url(res:///Data/fonts/GeorgiaEInk15.ttf);
}
@font-face {
 font-family: GeorgiaEInk15;
 font-weight: bold;
 font-style: normal;
 src: url(res:///Data/fonts/GeorgiaEInk15Bold.ttf);
}
@font-face {
 font-family: GeorgiaEInk15;
 font-weight: normal;
 font-style: italic;
 src: url(res:///Data/fonts/GeorgiaEInk15Italic.ttf);
}
@font-face {
 font-family: GeorgiaEInk15;
 font-weight: bold;
 font-style: italic;
 src: url(res:///Data/fonts/GeorgiaEInk15BoldItalic.ttf);
}
body {
 font-family: GeorgiaEInk15;
 widows: 0;
 orphans: 0;
}
The font files are in the "fonts" folder in the root of the "READER" drive (not the "SETTINGS" drive).

I do not know if the drive name or the path is the same on the Japanese version of the 350.
Thank you,
I tried this path, no help to japan 350.

BTW, my firmware version is 3.0.03.03190.

Last edited by 52manhua; 12-19-2013 at 11:28 PM. Reason: add something
52manhua is offline   Reply With Quote