diff --git a/How-to-enable-stylistic-sets.md b/How-to-enable-stylistic-sets.md index 33e9f7a..61a9880 100644 --- a/How-to-enable-stylistic-sets.md +++ b/How-to-enable-stylistic-sets.md @@ -80,6 +80,16 @@ 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 ``` +# Wez’s terminal + +``` +return { + harfbuzz_features = {"zero" , "ss01", "cv05"} +} +``` + +Full instruction [here](https://wezfurlong.org/wezterm/config/font-shaping.html). + # 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: