1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

include 'calt' in ligatures list

Melanie Brown 2021-04-15 15:39:49 -05:00
parent 636adcb8f7
commit a56647e33b

@ -50,7 +50,7 @@ To use Retina weight, change Font name to `FiraCode-Retina` if on macOS (exactly
Since version [1.40](https://code.visualstudio.com/updates/v1_40#_font-feature-settings), you can define stylistic sets in `settings.json`:
```json
"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'"
"editor.fontLigatures": "'calt', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'"
```
To avoid possible bugs, you must uninstall Fira Code 1.x before installing Fira Code 2+.