-
Use
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I think kitty use |
Beta Was this translation helpful? Give feedback.
-
Use the --psnames parameter to check the PostScript names of the fonts used by font_features. kitty +list-fonts --psnames | grep Fira With Fira Code v6 static fonts (multiple TTFs), I tested fine under macOS. However it does not seem to work in Linux (Ubuntu LTS). kitty --config=NONE -o 'font_family Fira Code' -o 'font_features FiraCode-Regular +cv01 +cv06' -o font_size=24 --debug-font-fallback |
Beta Was this translation helpful? Give feedback.
-
Now, this issue has been solved for me. Thank you. |
Beta Was this translation helpful? Give feedback.
Use the --psnames parameter to check the PostScript names of the fonts used by font_features.
kitty +list-fonts --psnames | grep Fira
With Fira Code v6 static fonts (multiple TTFs), I tested fine under macOS. However it does not seem to work in Linux (Ubuntu LTS).