Alhadis / Menloco

Replaces the Monaco typeface's box-drawing characters with those from Menlo.
MIT License
25 stars 2 forks source link

fi letter combination in not displayed correctly in Atom macOS Sierra, Menlo font. #1

Closed nashokin closed 7 years ago

nashokin commented 7 years ago

fi letter combination in not displayed correctly in Atom macOS Sierra, Menlo font. screen shot 2016-10-27 at 2 43 25 pm

Meslo LG S, how it's personally desirable to me, maybe above is intentional... screen shot 2016-10-27 at 2 46 28 pm

Alhadis commented 7 years ago

Add this to your user stylesheet:

atom-text-editor, :host{
    font-variant-ligatures: no-common-ligatures;
}