Thread: PRS-650 Flashing the firmware
View Single Post
Old 11-04-2010, 08:11 AM   #59
sherman
Guru
sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.
 
Posts: 876
Karma: 2676800
Join Date: Aug 2008
Location: Taranaki - NZ
Device: Kobo Aura H2O, Kobo Forma
I had the same problem with my 650. For some reason the userstyle.css just wouldn't work for me.

What I ended up doing was changing

Code:
font-family: -ua-default;
to

Code:
font-family: DroidSerif
and below the @font-face rules, added

Code:
body {font-family: DroidSerif; line-height: 1.2em}
You could (maybe even should...) use font-family: serif; instead, to catch cases where the epub file specifies a serif font.


However, if someone tells me how I can get -ua-default working, I'd love to know.
sherman is offline   Reply With Quote