View Single Post
Old 03-11-2015, 06:48 PM   #10
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
@Jasmine GreenTea,

If Plan A in post #7 doesn't work Plan B would be to change all 4 epub @font-faces from:
Code:
@font-face {font-family: "Gentium"; ... ... }
to:
Code:
@font-face {font-family: serif; ... ...}
and change the epub css from:
Code:
.calibre {
display: block;
font-family: "Gentium";}
to
Code:
.calibre {
display: block;
font-family: serif;}
Default(Original) should show Gentium whereas choosing any Sony built-in (serif or sans-serif) should display in that font instead.
jackie_w is offline   Reply With Quote