simple ( @simple@lemm.ee ) to Programming@programming.devEnglish · 2 years agoMonaspace - Microsoft presents a new font family for codemonaspace.githubnext.comexternal-linkmessage-square52linkfedilinkarrow-up1191 cross-posted to: artdesign@jlai.lutechnologie@jlai.lutechnology@lemmy.mlhackernews@derp.footypography@lemmy.ml
arrow-up1191external-linkMonaspace - Microsoft presents a new font family for codemonaspace.githubnext.com simple ( @simple@lemm.ee ) to Programming@programming.devEnglish · 2 years agomessage-square52linkfedilink cross-posted to: artdesign@jlai.lutechnologie@jlai.lutechnology@lemmy.mlhackernews@derp.footypography@lemmy.ml
minus-square autokludge ( @autokludge@programming.dev ) linkfedilinkEnglisharrow-up15·2 years agoIt’s basically a different type of ligature - it is standard to OTF fonts, but requires ligature support in your editor/terminal. Just need to enable ligatures and/or enable specific ligature sets. See https://github.com/githubnext/monaspace#editors or maybe https://wezfurlong.org/wezterm/config/font-shaping.html for the general procedure in a supporting terminal.
minus-square jeffhykin ( @jeffhykin@lemm.ee ) linkfedilinkarrow-up1·2 years agoIs there a way to disable it but keep ligatures?
minus-square autokludge ( @autokludge@programming.dev ) linkfedilinkEnglisharrow-up2·2 years agoFrom https://github.com/githubnext/monaspace#editors : If you want coding ligatures but do not want texture healing, you can omit the calt setting:
It’s basically a different type of ligature - it is standard to OTF fonts, but requires ligature support in your editor/terminal. Just need to enable ligatures and/or enable specific ligature sets. See https://github.com/githubnext/monaspace#editors or maybe https://wezfurlong.org/wezterm/config/font-shaping.html for the general procedure in a supporting terminal.
Is there a way to disable it but keep ligatures?
From https://github.com/githubnext/monaspace#editors :
Thank you!