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