githubnext / monaspace

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

Ligatures #58

Closed alckordev closed 7 months ago

alckordev commented 8 months ago

Ligatures dont work

kcoderhtml commented 7 months ago

Have you followed the instructions to enable them in the settings.json of VS Code?

K4R7IK commented 7 months ago
 "editor.fontFamily": "'Monaspace Neon' , Consolas, 'Courier New', monospace",
 "editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'calt', 'dlig'",

@alckordev add the following in your settings.json

alckordev commented 7 months ago

 "editor.fontFamily": "'Monaspace Neon' , Consolas, 'Courier New', monospace",

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

@alckordev add the following in your settings.json

Thanks 👍🏻