Thread: PRS-950 PRS+ Font Help
View Single Post
Old 06-07-2011, 07:43 PM   #18
Ripplinger
350 Hoarder
Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.
 
Ripplinger's Avatar
 
Posts: 3,574
Karma: 8281267
Join Date: Dec 2010
Location: Midwest USA
Device: Sony PRS-350, Kobo Glo & Glo HD, PW2
Thanks to barium for info he posted in a few threads (here and here), adding the following to my custom .css files on my reader with PRS+ installed so far has always overridden embedded fonts in specific epubs for me. Change LexiaDaMa of course to whatever font you're using. Before I discovered PRS+ I would use Calibre to redo the epubs to embed my favorite font, and as a test I had one book with about 5 different fonts embedded. All of them get overridden with this extra code. Barium has more code that he uses that you might find helpful too, but this is the minimum to force your own font from your reader.

Code:
html { 
font-family: LexiaDaMa !important;
}

.mainBody {
font-family: LexiaDaMa !important;
}

.calibre {
font-family: LexiaDaMa !important;
}
Ripplinger is offline   Reply With Quote