Our ebooks don't specify text-align: justify for the body text; that
style is applied by your ereader. Therefore this is something to report
to your ereader and not an issue in our ebooks.
On 8/8/26 7:00 PM, Mike James wrote:
> As-supplied Standard Ebooks compatible epubs (maybe all but specifically
> Jane Eyre) display *distractingly wide gaps between words* when
> displayed with full justification in Readest app (Mac, 0.12.1).
> Readest's Layout > Word Spacing setting isn't able to reduce these gaps.
>
> With Claude's help, I've found that adding the following Readest Custom
> > Custom Content CSS snippet overrides the in-EPUB *core.css* `body`
> selector line `text-wrap: pretty;` resulting in Readest-controllable
> word spacing. /Massive aesthetic improvement!/
>
> body {
> text-wrap: wrap !important;
> }
>
> *Claude's explanation*:
>
> * *Root cause*: `text-wrap: pretty` combined with `text-align:
> justify` causes CSS justification to overshoot inter-word spacing
> (link the WebKit/Chrome dev blog posts we found, especially the Feb
> 2026 "Justifying text-wrap: pretty" writeup — that's the closest
> thing to a canonical explanation).
> * *Repro*: any unmodified Standard Ebooks EPUB, justification +
> hyphenation on, wide gaps appear; confirmed unrelated to xml:lang
> (en-GB vs en-US made no difference).
> * *User-side workaround* (what you just found): Custom Content CSS →
> `body { text-wrap: wrap !important; }` fully resolves it without
> touching the EPUB.
> * *Possible upstream asks*, worth listing as options rather than a
> single demand: Readest could ship this override by default in its
> own base stylesheet (since pretty+justify is a known bad combination
> generally, not just for Standard Ebooks), or expose "disable text-
> wrap: pretty" as a discrete toggle rather than requiring hand-
> written CSS. Either would help less technical users hit this same wall.
>
> *Worth cross-linking to Standard Ebooks too*, since their `core.css`
> is the thing introducing the property — even if Readest patches
> around it, other reading apps with the same webview quirk will hit
> the identical bug.
>
> Filed as Readest's GitHub issue #5582:
> Standard Ebooks compatible EPUBs: Wide word gaps <
https://github.com/
> readest/readest/issues/5582>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
standardebook...@googlegroups.com
> <mailto:
standardebook...@googlegroups.com>.
> To view this discussion visit
https://groups.google.com/d/msgid/
> standardebooks/8b79a926-c589-463f-b778-cb021f3c215bn%
40googlegroups.com
> <
https://groups.google.com/d/msgid/standardebooks/8b79a926-c589-463f-
> b778-cb021f3c215bn%
40googlegroups.com?utm_medium=email&utm_source=footer>.