Quote:
Originally Posted by Bidibulle
Hello,
I would also like to install PRS+ and a russified firmware (probably amutin in my case) on my prs-650
Is it possible to install several fonts: for exemple Georgia normal and Fontin Bold and to choose which one to use on the ereader (I prefer bold fonts in the evening when I'm tired).
Is there a menu to select easily the font ?
Thanks.
|
There is no menu to select the font, however there is a menu to select current "custom CSS" (first discovered by pepak, check his thread for details) to be used in EPUBs. You could use it to switch between fonts. New CSS affects only the next book you open.
Since there is yet no "PRS+ base flash" for x50s and boroda / amutin's firmwares use different path to epub CSS (as well as different files) to use this feature you'd need to create file user.config in folder Beta (create the folder as well) in internal memory (remember, that everything in PRS+ is case sensitive) and put there:
Quote:
config.userCSSFile = "userStyle.css";
config.userCSSPath = "/Data/epub/";
|
Then create folder "epub" in internal memory, and put whatever.css, somethingElse.css, anyNameYouWish.css. You'd be able to switch between those CSS files from PRS+ menu.
PS
Beware, that PRS+ considers userStyle.css to be its own, and overwrites it without asking, if you switch between CSS files.