1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-02 15:06:34 +03:00

Updated How to enable stylistic sets (markdown)

Nikita Prokopov 2020-04-10 17:40:57 +02:00
parent 7e67d19b21
commit d8709f7d16

@ -21,10 +21,10 @@ atom-text-editor {
Go to `Sublime Text` -> `Preferences` -> `Settings`, add:
```json
"font_options": ["ss01", "ss02", "ss03", "ss04", "ss05", "ss06", "ss19", "ss20"]
"font_options": ["ss01", "ss02", "ss03", "ss04", "ss05", "ss06", "ss07"]
```
(for now Sublime Text [does not allow you to specify `zero` and `onum` features](https://github.com/SublimeTextIssues/Core/issues/2302), but they are repeated as `ss19` and `ss20`.
For now Sublime Text [does not allow you to specify `zero` and `onum` features](https://github.com/SublimeTextIssues/Core/issues/2302).
# VS Code