W3C home > Mailing lists > Public > public-css-archive@w3.org > July 2020

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

From: Koji Ishii via GitHub <sysbot+gh@w3.org>
Date: Tue, 07 Jul 2020 19:56:25 +0000
To: public-css-archive@w3.org
Message-ID: <issue_comment.created-655092975-1594151784-sysbot+gh@w3.org>
@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

This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:42:11 UTC