@simple@lemm.ee to Programming@programming.devEnglish • 1 year agoMonaspace - Microsoft presents a new font family for codemonaspace.githubnext.comexternal-linkmessage-square79fedilinkarrow-up1313arrow-down116 cross-posted to: technology@lemmy.ml
arrow-up1297arrow-down1external-linkMonaspace - Microsoft presents a new font family for codemonaspace.githubnext.com@simple@lemm.ee to Programming@programming.devEnglish • 1 year agomessage-square79fedilink cross-posted to: technology@lemmy.ml
minus-squareautokludgelinkfedilinkEnglish22•1 year 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•1 year agoIs there a way to disable it but keep ligatures?
minus-squareautokludgelinkfedilinkEnglish2•1 year 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!