Skip to content

Commit 99ad47c

Browse files
authored
Update README.md
1 parent 67a3267 commit 99ad47c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Enabling stylistic sets will [vary between applications](https://github.com/tons
2323
"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'"
2424
```
2525

26+
#### To enable the Cursive form of the italic, here's the code you should use:
27+
```
28+
"editor.fontLigatures": true,
29+
"editor.fontLigatures": "'ss01'",
30+
```
31+
2632
# Character Sets
2733
![Cascadia Code](images/cascadia-code-characters.png)
2834
![Cascadia Code Italic](images/cascadia-code-italic-characters.png)

0 commit comments

Comments
 (0)