Quote:
Originally Posted by Falkor
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.