From 58f6b6b124ad8a976b169d9706fd12bd64e210a3 Mon Sep 17 00:00:00 2001 From: "JC (Jonathan Chen)" Date: Fri, 5 Sep 2025 09:26:51 -0400 Subject: [PATCH] Add 'ss10' to fontLigatures example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d8784c..cf6d845 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ You must use the `editor.fontLigatures` setting to enable the various features ( Putting it all together, a setting string which enables everything but the character variants would look like this: ```json - "editor.fontLigatures": "'calt', 'liga', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'ss09'" + "editor.fontLigatures": "'calt', 'liga', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'ss09', 'ss10'" ``` Specific character variants are also enabled using the [`font-feature-settings`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings) syntax. To enable slashed zeroes (with `cv01`) and six-pointed asterisks (with `cv31`), you might use the following settings: