The Set font scale factor patch needs to have new default values. The values of 8 are not good. If you want ot keep the same font size in ePub and use that same font size in KePub, use values of 4 as shows in the code block.
Code:
Set font scale factor:
- Enabled: yes
- Description: |
This patch sets the font scale factor for ePub and KePub readers.
See also `ePub uniform font scale` and `Custom font sizes` patches.
# Font scale factor is calculated as (font size slider) / (X+32)
# Original value X=14, so original scale factor is (font size slider) / 46.
# Allowed replacement values for X: 0-15 (smaller X --> larger scale factor)
- ReplaceInt: {Offset: 0x52C522, Find: 14, Replace: 4} # ePub
- ReplaceInt: {Offset: 0xAE9C80, Find: 14, Replace: 4} # KePub