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