Quote:
Originally Posted by Owl_
Hi, this is as I edited the patch, but I think I've done something wrong. could paste the correct text?
|
Corrections in
red. Be especially careful with the font-family patch - the old value string and the new value string must be exactly the same length.
Code:
# Examples for customising font-family:
#replace_string = 0036, `Georgia `, `sans-serif`
replace_string = 0036, `Georgia `, `"Gill Sans"`
#replace_string = 0036, `Georgia `, `"Kobo Nickel"`
#replace_string = 0036, `Georgia `, `Bookerly`
#
# Un-comment and edit next line to change font-size
replace_string = 000F, `40px`, `30px`
#
# Un-comment and edit next line to change line spacing
replace_string = 0022, `1.4`, `1.1`
</Patch>