View Single Post
Old 09-09-2018, 03:54 AM   #73
Owl_
Enthusiastic reader
Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.
 
Posts: 424
Karma: 3880485
Join Date: Mar 2017
Location: Italy
Device: Kindle paperwhite3, Kobo aura one, kobo touch 2.0, Kobo Clara HD,Poke2
Quote:
Originally Posted by jackie_w View Post
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>
Thanks it seems working... I was worried because I've made several .tgz (editing the .patch files) and tried them one after the other on the device (that is working well). Can I let it so or must I do a factory reset?
Can I keep the final .tgz or make an other one?

Thanks
Owl_ is offline   Reply With Quote