@simple@lemm.ee to Programming@programming.devEnglish • 2 years agoMonaspace - Microsoft presents a new font family for codemonaspace.githubnext.comexternal-linkmessage-square78arrow-up1289 cross-posted to: technology@lemmy.mlhackernews@derp.foo
arrow-up1289external-linkMonaspace - Microsoft presents a new font family for codemonaspace.githubnext.com@simple@lemm.ee to Programming@programming.devEnglish • 2 years agomessage-square78 cross-posted to: technology@lemmy.mlhackernews@derp.foo
minus-squareautokludgelinkfedilinkEnglish21•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@lemm.eecakelinkfedilink0•2 years agoIs there a way to disable it but keep ligatures?
minus-squareautokludgelinkfedilinkEnglish2•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!