From 976c318409decf6f17d850f671028a9ed095fad8 Mon Sep 17 00:00:00 2001 From: Wasi Master <63045920+wasi-master@users.noreply.github.com> Date: Tue, 8 Mar 2022 17:12:13 +0600 Subject: [PATCH] Updated How to enable stylistic sets (markdown) --- How-to-enable-stylistic-sets.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/How-to-enable-stylistic-sets.md b/How-to-enable-stylistic-sets.md index 9840fd5..6dbca00 100644 --- a/How-to-enable-stylistic-sets.md +++ b/How-to-enable-stylistic-sets.md @@ -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)