How can I increase the font-size of footnote previews? A Reddit thread suggests using a custom patch. Is there a better way?
Libnickel patch:
https://www.reddit.com/r/kobo/commen...tnote_preview/
Libnickel patch:
Code:
test Pop-up footnote main text font-size:
- Enabled: yes
- Description: |
Change pop-up footnote main text font-size
fw 4.20.14601 CSS moved to libnickel.so.1.0.0 from nickel???
Daylight: %1 = 42 ???
- FindReplaceString:
Find: "p { font-size: %1px; line-height: 1.4em; }"
Replace: "p { font-size: 34px; line-height: 1.4em; }"
MustMatchLength: yes