View Single Post
Old 09-03-2022, 06:54 PM   #43
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
Quote:
Originally Posted by Tex2002ans View Post
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 View Post
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
    1. div,p{font-family:%1!important; }
    2. body,p{font-family:%1!important; }
    3. body{font-family:%1!important; }
    %1 points to the font you've currently got selected in the Kobo GUI [Aa] font menu.
jackie_w is offline   Reply With Quote