githubnext / monaspace

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

Arrow function ligature not working #217

Closed smlombardi closed 1 month ago

smlombardi commented 1 month ago

I'm using VSCode 1.89.1 on Windows 10 and the arrow function ligature does not show, for example

() => {
 console.log('Hello World');
}

I am using Monaspace Argon

  "editor.fontSize": 15,
  "editor.fontFamily": "'Monaspace Argon Light', monospace",
  "editor.fontLigatures": "'calt', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'liga'",
nicolaerario commented 1 month ago

I think has been moved to ss09 but it's not working actually. Not even in the site preview

EDIT: It has been moved to ss09: add to your "editor.fontLigatures" and it will come back to work, @smlombardi .

The issue can be closed

Screenshots

![immagine](https://github.com/githubnext/monaspace/assets/37365465/4a17cff7-c5a6-4381-b0c2-7d286c58059a) ![Screenshot 2024-05-10 alle 15 17 42](https://github.com/githubnext/monaspace/assets/37365465/c7efde55-d7aa-4d92-bfef-2a1acd7524ed)

heathercran commented 1 month ago

@smlombardi were you able to see the arrow ligatures once you added ss09 to your settings list?

smlombardi commented 1 month ago

Adding ss09 fixed it