madmalik/mononoki

[Question] How can I use dot zero in kitty terminal?

haunt98 opened this issue · 2 comments

Kitty support ligatures in font_features config: https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.font_features

But when I try to use like this:

font_features mononoki +ss01

It does not work :(

Sorry to hear it, unfortunately we can't really help with specific software configuration, since we don't know your terminal software. Please contact them for help with this issue!

Thanks @felis-blue but I figure it out!

Kitty config need to add this:

font_features mononoki-Bold +ss01
font_features mononoki-BoldItalic +ss01
font_features mononoki-Italic +ss01
font_features mononoki-Regular +ss01

image