Justified Alignment of text

I like to work with text aligned justified (“Blocksatz”). I have changed the CSS-code of a custom template to
.user-contents { font-family: 'Noticia Text', serif; font-weight: 400; font-size: 1.2em; text-align: justify; word-wrap: break-word; }
but this did not do the trick. Have I overlooked something obvious? Any suggestions are appreciated!

To answer my own post: It seems to be an issue with Safari and Firefox (on MacOS 12.13.6). The text is perfectly justified in Chrome …

1 Like