Will the following patch (
Un-force font-family override p tags (std epubs)) from 4.2.8110 work in 4.2.8432?
Code:
<Patch>
patch_name = `Un-force font-family override p tags (std epubs)`
patch_enable = `yes`
# Multi-version patch: 3.3.0 - 4.2.8110+
#
## This patch allows the font set for paragraphs by the publisher in the epub
## stylesheet to override the font selected by the reader from the device.
#
# body, p { font-family: -ua-default !important; }
# --> body { font-family: -ua-default !important; }
#
find_base_address = `b\0o\0d\0y\0,\0 \0p\0 \0{\0 \0f\0o\0n\0t\0-\0f\0a\0m\0i\0l\0y\0:\0 \0-\0u\0a\0`
replace_string = 0000, `b\0o\0d\0y\0,\0 \0p\0`,`b\0o\0d\0y\0 \0 \0 \0`
</Patch>