View Single Post
Old 05-17-2020, 05:08 PM   #17
ps67
Guru
ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.
 
Posts: 760
Karma: 7025686
Join Date: Aug 2017
Location: Italy
Device: Kindle Paperwhite, Kobo Elipsa, Pocketbook Inkpad 4, Inkpad Color
There are two patches to make Kobo ignore font-family and line spacing in epub. You have to enable them in two files: this is the related part of the Yaml file (see the instruction for patching, are more simpler to do than to explain)

https://www.mobileread.com/forums/sh...d.php?t=328052

Code:
 
  src/libnickel.so.1.0.0.yaml:
    Force user line spacing in ePubs (part 1 of 2): yes
    Force user font-family in ePubs (Part 1 of 2): yes
Code:
  src/librmsdk.so.1.0.0.yaml:
    Force user line spacing in ePubs (Part 2 of 2): yes
    Force user font-family in ePubs (Part 2 of 2): yes
ps67 is offline   Reply With Quote