View Single Post
Old 01-05-2025, 01:22 PM   #1216
p0k3m0n
Member
p0k3m0n began at the beginning.
 
Posts: 17
Karma: 10
Join Date: May 2019
Device: Kobo
Quote:
Originally Posted by JSWolf View Post
In nickel.yaml, there is a patch that may allow you to change the footer font. The patch is Custom header/footer captions:
Code:
 - FindZlib: "ReadingFooter" # qss/ReadingFooter.qss
  - ReplaceZlibGroup:
      Replacements:
        # Part 1: Customise font-family
        # #caption
        # The only custom font-family values now likely to have any effect are Georgia, Avenir
        #   and possibly(?) some of the built-in CJK fonts
        # Un-comment and customise ONLY ONE of the following to change header/footer font-family
        #- {Find: "font-family: Avenir;", Replace: "font-family: Georgia;"}
        - {Find: "font-family: Avenir;", Replace: "font-family: Georgia; background:transparent;"}
Fore some reason it doesn't work - at all, I dont see any changes from this whole patch.

Last edited by p0k3m0n; 01-05-2025 at 02:03 PM.
p0k3m0n is offline   Reply With Quote