Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbell authored Jun 28, 2021
1 parent 67a3267 commit 99ad47c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Enabling stylistic sets will [vary between applications](https://github.com/tons
"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'"
```

#### To enable the Cursive form of the italic, here's the code you should use:
```
"editor.fontLigatures": true,
"editor.fontLigatures": "'ss01'",
```

# Character Sets
![Cascadia Code](images/cascadia-code-characters.png)
![Cascadia Code Italic](images/cascadia-code-italic-characters.png)
Expand Down

0 comments on commit 99ad47c

Please sign in to comment.