|
Use |
Answered by
page-down
Dec 3, 2021
Replies: 3 comments 4 replies
|
I think kitty use |
0 replies
|
Use the --psnames parameter to check the PostScript names of the fonts used by font_features. kitty +list-fonts --psnames | grep FiraWith 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 |
4 replies
Answer selected by
zzhaolei
|
Now, this issue has been solved for me. Thank you. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Use the --psnames parameter to check the PostScript names of the fonts used by font_features.
kitty +list-fonts --psnames | grep FiraWith Fira Code v6 static fonts (multiple TTFs), I tested fine under macOS. However it does not seem to work in Linux (Ubuntu LTS).