Quote:
Originally Posted by jackie_w
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.
|
Thank you very much. This fixed my issue and after messing about with it I've just seen that you mentioned before that the page number font won't be changed with this patch. In the end I went the way of creating a custom named LiterataBook under the 'Avenir' name to get around this.
My final question is, is it possible to remove the small page numbers from the side of the margin? As they sometimes overlap with the text and I don't have a need for them with this same information displayed in the footer. Thank you