View Single Post
Old 04-29-2021, 06:53 PM   #63
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,255
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by Kobo1818 View Post
Hello everyone. I have been trying to change my header and footer font using the code in part 1 of the 'Custom header/footer captions:' patch within nickel.yaml. Please can someone show me how they edited the code to change the footer and header font (in my case I'm looking to change it to Literata Book).

Below is how I have attempted to edit it, but this won't parse:
Try this. Find this line in Part 1 of the patch:
Code:
        #- {Find: "font-family: Avenir;", Replace: "font-family:Avenir; background:transparent;"}
Un-comment it (keeping all indentation the same) and change it to:
Code:
        - {Find: "font-family: Avenir;", Replace: "font-family:'Literata Book'; background:transparent;"}
This runs OK for me. If it doesn't for you then you'll need to post the actual error message you're getting in the log file (log.txt) because 'but this won't parse' is too vague.
jackie_w is offline   Reply With Quote