Recently, we've come across lots of novels where authors string together dozens or hundreds of words using only hyphens, with no spaces (see attached screenshot). We have not found a good way to justify these lines. We can set text-align-last to justify, and then every line in the paragraph is justified, but in general we don't want to force-justify the last line.
We can put spans around individual lines, and then hand-adjust the letter-spacing until the line looks justified, but that's horribly labour-intensive.
It's as if we want text-justify: distribute; for lines that don't have spaces. Are there any properties in CSS3 text that would do this? If not, should there be?
Thanks,
Dave Cramer
We can put spans around individual lines, and then hand-adjust the letter-spacing until the line looks justified, but that's horribly labour-intensive.
It's as if we want text-justify: distribute; for lines that don't have spaces. Are there any properties in CSS3 text that would do this? If not, should there be?
Thanks,
Dave Cramer
Edited by dauwhe