simple@lemm.ee to Programming@programming.devEnglish · il y a 3 ansMonaspace - Microsoft presents a new font family for codemonaspace.githubnext.comexternal-linkmessage-square79fedilinkarrow-up1313 cross-posted to: hackernews@lemmy.bestiver.seartdesign@jlai.luhackernews@lemmy.smeargle.fanstechnology@lemmy.mlhackernews@derp.footypography@lemmy.ml
arrow-up1313external-linkMonaspace - Microsoft presents a new font family for codemonaspace.githubnext.comsimple@lemm.ee to Programming@programming.devEnglish · il y a 3 ansmessage-square79fedilink cross-posted to: hackernews@lemmy.bestiver.seartdesign@jlai.luhackernews@lemmy.smeargle.fanstechnology@lemmy.mlhackernews@derp.footypography@lemmy.ml
minus-squareautokludge@programming.devlinkfedilinkEnglisharrow-up22·il y a 3 ansIt’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-squarejeffhykin@lemm.eecakelinkfedilinkarrow-up1·il y a 3 ansIs there a way to disable it but keep ligatures?
minus-squareautokludge@programming.devlinkfedilinkEnglisharrow-up2·il y a 3 ansFrom 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!