Comment 3 for bug 1954714

Revision history for this message
Andras (abartl) wrote :

Thank you for the reply, your solution worked! In case anybody wants more detail, look here:
https://www.bram.us/2021/12/18/broken-hyphens-in-chromium-96-an-explanation-and-fix/

My updated style:

p {
text-align:justify !important;
line-height: 1.4 !important;
hyphens:auto !important;
-webkit-hyphenate-character: '-';
}
h1, h2, h3, h4, h5, h6 {
text-align:center;
font-style:italic;
font-weight:bold;
}