I am not sure what I did wrong but the sideloaded Unicode font (Bookerly) doesn't seem to work on the book lists under Collection or Author for this new update. I updated my Aura H2O v1 to the latest firmware kobo-update-4.31.19086, and am using kobopatch_4.31.19086.
What I did was changing the following section:
Code:
Custom collection/author header title font:
- Enabled: yes
- Description: |
Change font appearance in Collection and Author list header
See https://www.mobileread.com/forums/showpost.php?p=3520879&postcount=42
fw 4.17.13694 rewritten by jackie_w to replace
oren64's patch "Custom font to collection and author titles"
fw 4.23.15505 Author/Series/Collection list headers no longer forced to uppercase
- FindZlib: "#scrollContainer[containerSpacing=true]" # qss/DragonLibraryView.qss
- ReplaceZlibGroup:
Replacements:
# #header #headerTitle Change font-family, font-size
#
# Change font-family.
# Note: If new font-family name contains spaces wrap in 'single quotes'
# e.g. 'Kobo Nickel'
# Un-comment & edit next line to change font-family
- {Find: "font-family: Avenir;", Replace: "font-family:Bookerly;"}
The other fixes such as "Custom header/footer captions" and "Custom page navigation scrubber" work correctly. Thank you very much. M