SSNikolaevich / DejaVuSansCode

Monospaced font with programming ligatures based on DejaVu Sans Mono
Other
465 stars 12 forks source link

Not all symbols (as shown in the README) work #4

Closed adityavm closed 6 years ago

adityavm commented 6 years ago
screen shot 2017-07-23 at 4 59 24 pm

In Atom :atom: (if that matters) the <--, <-, -> and => symbols don't get replaced by ligatures.

Am I missing a setting or a config?

SSNikolaevich commented 6 years ago

Checked this issue on Atom 1.18.0 (Debian 8 x64). All symbols are displayed correctly. Make sure all font variants (bold, italic etc.) are installed. Some code highlight schemes uses italic/bold glyphs for mathematic operations. screenshot8 Also '=>' ligature currently present only in master branch and not yet released.

adityavm commented 6 years ago

@SSNikolaevich thank you, confirmed it works in plain text . The JS syntax was causing the arrows not to be converted