googlefonts / Inconsolata

Development repo of Inconsolata Fonts by Raph Levien
http://levien.com/type/myfonts/inconsolata.html
SIL Open Font License 1.1
1.35k stars 63 forks source link

Ligatures of operator `>>=` and `<<=` should not look like this #91

Open widcardw opened 9 months ago

widcardw commented 9 months ago

Without ligatures, the operators should look like

bits >>= 1
bits <<= 1

But with ligatures enabled, it looks like

image

image