googlefonts / googlefonts/Inconsolata
Ligatures of operator `>>=` and `<<=` should not look like this
Open
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
Without ligatures, the operators should look like
```
bits >>= 1
bits <<= 1
```
But with ligatures enabled, it looks like


Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.