View Single Post
Old 08-28-2014, 05:43 PM   #5
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by kwiatek View Post
Maybe I'm doing something wrong but I can't get Custom header style patch working on my Mini. On the other hand Custom footer works like a charm.
It looks like the Mini (and I guess the Touch too) use a different header. Could you try this patch instead of the one in post #1 and see if it works on your Mini?

Spoiler:
Code:
<Patch>
# libnickel.so.1.0.0 in firmware 3.8.0 (048bb0b071)

patch_name = `Custom header style for Touch/Mini`
patch_enable = `yes`
replace_string = D36448, `* {\nfont-size: 16px;\nfont-family: Avenir;\nbackground-color: transparent;\npadding-top:3px;\n}\n\n[qApp_localeName="ja_JP"] {\nfont-family: A-OTF Gothic MB101 Pr6N;\nqproperty-leading: 0;\n}`, `* {\nfont-size: 16px;\nfont-family:  Avenir;\nbackground-color: transparent;\npadding-top:3px;\n}`
#
# BE CAREFUL NOT TO ALTER THE LENGTH OF THE FOLLOWING REPLACEMENT STRINGS!
# (Add or remove spaces if necessary to keep the total length the same.)
#
replace_string = D3644C, `font-size: 16px;`, `font-size: 16px;`
#
#replace_string = D3645D, `font-family:  Avenir;`, `font-family:  Amasis;`
replace_string = D3645D, `font-family:  Avenir;`, `font-family:  Avenir;`
#replace_string = D3645D, `font-family:  Avenir;`, `font-family: Georgia;`
#
</Patch>
GeoffR is offline   Reply With Quote