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:
Quote:
- {Find: "#caption[newHeader=true],\n#caption[newFooter=true] {\n font-family: Avenir;\n}", Replace: "#caption[newHeader=true],\n#caption[newFooter=true] {\n font-family: 'Literata Book'; background:transparent;\n}"}
|
Any help will be greatly appreciated, thank you.