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)

Wasi Master 2022-03-08 17:12:13 +06:00
parent 1a78cb4a84
commit 976c318409

@ -79,6 +79,27 @@ Finally use the PS Name setting the following key in the `kitty.conf` file:
font_features FiraCode-Regular +ss01 +ss02 +ss03 +ss04 +ss05 +ss07 +ss08 +zero +onum
```
# Windows Terminal
Open the Windows Terminal settings.json file. You will need to insert a [font object](https://docs.microsoft.com/en-us/windows/terminal/customize-settings/profile-appearance#font) for Fira Code in one or more profiles:
An example font object:
```json
"font": {
"face": "Fira Code",
"features": {
"ss01": 1,
"ss02": 1,
"ss03": 1,
"ss04": 1,
"ss05": 1,
"ss06": 1,
"zero": 1,
"onum": 1
}
}
```
# Some Apple apps
![](https://user-images.githubusercontent.com/285292/64178997-0f98b780-ce6b-11e9-8091-34eab83ca288.png)