Re: [csswg-drafts] [css-text] letter-spacing should not apply to the end edge of a line/span? (#1518)

@mruncreative
BTW, you might find elsewhere already but you can get what you want by:
```css
em {
  font-style: initial;
  letter-spacing: 2em;
  margin-left: 1em;
  margin-right: -1em;
}
```
https://jsbin.com/menabat/edit?html,output

-- 
GitHub Notification of comment by kojiishi
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1518#issuecomment-655092975 using your GitHub account

Received on Tuesday, 7 July 2020 19:56:28 UTC