From 16945b77fa16b3fcd6569b2728cda64b9359fa18 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 3 Oct 2025 21:28:17 +0200 Subject: [PATCH] Fix notice about `webkitTextRendering` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 504bf0c..c4fac8b 100644 --- a/README.md +++ b/README.md @@ -192,14 +192,14 @@ I initially suffixed each of the fonts with "eBook", but I wanted to have shorte ### Can I do anything to fix ligature rendering with the `kepub` renderer on Kobo devices? -Yes, by tweaking `.kobo/Kobo/Kobo eReader.conf`. You can add an override for `webkitTextRenderer`, but this may have some unexpected results if you like reading fully justified text. +Yes, by tweaking `.kobo/Kobo/Kobo eReader.conf`. You can add an override for `webkitTextRenderer`, but this WILL have some unexpected results if you like reading with fully justified text (the default setting). ``` [Reading] # below this line -webkitTextRenderer=optimizeLegibility +webkitTextRendering=optimizeLegibility ``` -Then, fully restart your Kobo device and now ligatures should render correctly. +Then, fully restart your Kobo device and now ligatures should render correctly, at the cost of breaking your fully-justified text. (Make sure to choose left-aligned text!) ### Why were some of the font names altered?