githubnext / monaspace

An innovative superfamily of fonts for code
https://monaspace.githubnext.com
SIL Open Font License 1.1
13.14k stars 219 forks source link

..< ligature don't seem to work (Monaspace Argon Var, Monaspace Neon Var, maybe others) #10

Closed neilenns closed 1 month ago

neilenns commented 7 months ago

I'm using VSCode on Windows 11 and have the following in my settings.json file:

  "editor.fontLigatures": "'calt', 'liga', 'dlig', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08'",

The .- and .= ligatures work but the ..< doesn't:

image

I tried with both "Monaspace Argon Var" and "Monaspace Neon Var" as the font family.

neilenns commented 7 months ago

I tried this on a second machine and it worked fine (settings for vscode sync'ed by settings sync, I just installed the fonts on the other machine) 🤔

Zeitgeist117 commented 7 months ago

On Linux. ligatures does not seem to work on alacritty, simple terminal(patched), emacs or neovim with either the otf fonts or the variable ttf fonts. just to double check ligatures works fine on fonts like Fira Code and CaskaydiaCove nerd font on my system

M1ndo commented 7 months ago

On Linux. ligatures does not seem to work on alacritty, simple terminal(patched), emacs or neovim with either the otf fonts or the variable ttf fonts. just to double check ligatures works fine on fonts like Fira Code and CaskaydiaCove nerd font on my system

Yes indeed, tried all fonts of monspace on Emacs no ligatures worked , i also tried a patched version of Monaspace Neon Nerd Font didn't work either . Other fonts work fine.

Zeta611 commented 2 months ago

Hey, is there any working terminal on macOS that supports Monaspace ligatures? I've never seen it work except for VSCode with

  "editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'calt', 'liga', 'dlig'",

config. I've tried iTerm2, Kitty, and Warp but none of them seem to show the ligatures for Monaspace.

idan commented 1 month ago

Fixed in ca8015b