View Single Post
Old 03-14-2013, 09:19 AM   #4
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,018
Karma: 147977995
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
All Kobo's ignore font-family when they are included in the body CSS style. Some ePub that have embedded fonts turn them on via font-family in the body CSS style.

To me, this is a major bug. The only way to fix things so they work is to put the font-family in other CSS styles. I'm wondering though if a styled div could work like so...

<div class="font">
the chapter goes here
</div>

.font {
font-family: charis
}
JSWolf is online now   Reply With Quote