View Single Post
Old 09-08-2018, 04:57 PM   #72
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,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by Owl_ View Post
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>
jackie_w is offline   Reply With Quote