@simple@lemm.ee to Programming@programming.devEnglish • 2 years agoMonaspace - Microsoft presents a new font family for codemonaspace.githubnext.comexternal-linkmessage-square80fedilinkarrow-up1311 cross-posted to: technology@lemmy.mltypography@lemmy.ml
arrow-up1311external-linkMonaspace - Microsoft presents a new font family for codemonaspace.githubnext.com@simple@lemm.ee to Programming@programming.devEnglish • 2 years agomessage-square80fedilink cross-posted to: technology@lemmy.mltypography@lemmy.ml
minus-squareautokludgelinkfedilinkEnglish22•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.eelinkfedilink1•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!