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

Add Kitty settings for using stylistic sets

Dionisio E Alonso 2021-01-09 23:31:06 -03:00
parent a0320851fe
commit 6b7eed1116

@ -58,6 +58,26 @@ Create or edit an [`rstheme` file](https://rstudio.github.io/rstudio-extensions/
}
```
# Kitty
Select which font variant you wish to use (Regular, Medium, Light, ...) and set that as your font on the kitty's config file (`~/.config/kitty/kitty.conf`), for instance:
```
font_family Fira Code Regular
```
Then fetch the PS Name (the value between parenthesis) of the chosen font variant using kitty:
``` shell
$ kitty + list-fonts --psnames | grep "Fira Code Regular"
```
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
```
# Some Apple apps
![](https://user-images.githubusercontent.com/285292/64178997-0f98b780-ce6b-11e9-8091-34eab83ca288.png)