davidmerfield / davidmerfield/Typeset
Kerning pairs?
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Add option to wrap a sequence of characters in a node which could be targeted? This would not be default behaviour and is naturally dependent on the typeface e.g.
``` javascript
typeset("Ave, Imperator, morituri te salutant", {kern: ["av", "at"]})
```
``` css
.kern-av {letter-spacing: 0.96em}
.kern-at {letter-spacing: 0.98em}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.