Comment on Monaspace - Microsoft presents a new font family for code
autokludge@programming.dev 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 github.com/githubnext/monaspace#editors or maybe wezfurlong.org/wezterm/config/font-shaping.html for the general procedure in a supporting terminal.
jeffhykin@lemm.ee 1 year ago
Is there a way to disable it but keep ligatures?
autokludge@programming.dev 1 year ago
From github.com/githubnext/monaspace#editors :
jeffhykin@lemm.ee 1 year ago
Thank you!