View Single Post
Old 09-16-2026, 07:46 PM   #95
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,341
Karma: 16800000
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by Falkor View Post
I accidentally posted this on the Nickelmenu thread, too:

The same would be nice to have for the user font. TENG overrides every single font, RMSDK only the one set in the body tag. I prefer the latter.
Kobopatch does also have a patch for this, namely Un-Force user font-family in KePubs where you can change the Nickel default override CSS for kepubs from
Code:
* { font-family: %1 !important; }
to whichever one of 3 alternatives you prefer. I choose option 3 myself but the Adobe RMSDK equivalent default for standard epubs is option 2.
Code:
1. div,p{font-family:%1!important; }
2. body,p{font-family:%1!important;}
3. body{font-family:%1 !important; }
Unfortunately Kobopatch currently only works for fw 4.x and I haven't heard (so far) that Patrick (@geek1011) has committed to updating it for fw 5.x.
jackie_w is offline   Reply With Quote