Site logo

Archived topic

[Feature Request] I'd like a feature for auto hyphens

3 replies · Started by arthurweber on September 4, 2019

Viewing posts 1–4 of 4

The feature could add the following css:


body {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

That's what I tried. Though when I added this code to my custom css, it didn't start implementing hyphens. (Website is de_de)

Hi there,

Surprisingly it's chrome not supporting it, while Edge and Firefox do.

Yeah it been on their bug list for 3 years and still no resolution. Pity seeing as its such a standard feature of any text based display.

This archived topic is closed to new replies.