@[email protected] to [email protected]English • 1 year agoMonaspace - Microsoft presents a new font family for codemonaspace.githubnext.comexternal-linkmessage-square68fedilinkarrow-up1291arrow-down115 cross-posted to: [email protected][email protected][email protected][email protected][email protected]
arrow-up1276arrow-down1external-linkMonaspace - Microsoft presents a new font family for codemonaspace.githubnext.com@[email protected] to [email protected]English • 1 year agomessage-square68fedilink cross-posted to: [email protected][email protected][email protected][email protected][email protected]
minus-squareautokludgelinkfedilinkEnglish20•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@[email protected]linkfedilink1•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!