Skip to content

Commit

Permalink
Fix setting to enable cursive italics (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo committed Jul 17, 2021
1 parent 3b0ea55 commit 99b4974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Enabling stylistic sets will [vary between applications](https://github.com/tons

#### To enable the Cursive form of the italic, here's the code you should use:
```
"editor.fontLigatures": "'calt', ''ss01'",
"editor.fontLigatures": "'calt', 'ss01'",
```
If you're using an environment that does not support the `ss01` OT feature, one option to consider is [opentype-feature-freezer](https://github.com/twardoch/fonttools-opentype-feature-freezer/).

Expand Down

0 comments on commit 99b4974

Please sign in to comment.