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

Inconsistency between README.md and website #148

Open dylanhu7 opened 7 months ago

dylanhu7 commented 7 months ago

For any particular selection of ligatures on https://monaspace.githubnext.com, I notice the website suggests (example is with all selected):

Visual Studio Code

Choose the stylistic sets you want to enable, and copy the following line into your settings.json: "editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'calt', 'dlig'",

But README.md says:

You must start the setting with 'calt', 'liga', 'dlig'! The stylistic sets will only have an effect by enabling contextual alternates, ligatures, and discretionary ligatures.

Which is correct, or does the order not matter?

antanova commented 6 months ago

To add to this, I think the readme is incorrect in saying you must start with 'calt', 'liga', 'dlig': I didn't want to use the != ligatures, and was able to use this "editor.fontLigatures": "'clig', 'liga', 'ss02', 'ss03', 'ss04'"