Quote:
Originally Posted by Tex2002ans
Then just a few weeks ago, I finally began applying some custom patches to my Kobo Forma.
|
Better late than never.
Quote:
Originally Posted by Tex2002ans
Could you point me to those patches?
I was trying to find those a few weeks ago, but couldn't. And there was just so much info to dig through... heh.
|
The patch(es) you need are in
libnickel.so.1.0.0.yaml. They're completely independent of each other so enable either or both.
- epubs: Un-force font-family override p tags (std epubs)
Default epub override is body, p { font-family: -ua-default !important; }
and the patch changes it to body { font-family: -ua-default !important; }
- kepubs: Un-Force user font-family in KePubs
Default kepub override is * { font-family: %1 !important; }
and the patch gives you the choice of 3 less aggressive alternatives- div,p{font-family:%1!important; }
- body,p{font-family:%1!important; }
- body{font-family:%1!important; }
%1 points to the font you've currently got selected in the Kobo GUI [Aa] font menu.