subframe7536 / maple-font

[try V7!] Maple Mono: Open source monospace font with round corner, ligatures and Nerd-Font for IDE and command line. 带连字和控制台图标的圆角等宽字体,中英文宽度完美2:1
SIL Open Font License 1.1
4.6k stars 66 forks source link

[V7-Beta20] kitty help #198

Closed RicardoRamirezR closed 4 months ago

RicardoRamirezR commented 4 months ago

Hi there,

I'm using Maple on Kitty terminal on MacOS, this is the kitty.conf part of font:

font_family Maple Mono NF
bold_font auto
italic_font auto
bold_italic_font auto
font_size 20
adjust_line_height 200%
font_features MapleMono-NF-ExtraLightItalic +cv01 +cv02 +cv03 +cv04 +ss01 +ss02 +ss03 +ss04 +ss05 +zero

I set all character variants and all stylistic sets, those are the characters:

Maple

Any clues for adjustment to get it properly configured would be very appreciate

subframe7536 commented 4 months ago

Try to use font_features MapleMono-NF +cv01 +cv02 +cv03 +cv04 +ss01 +ss02 +ss03 +zero instead

RicardoRamirezR commented 4 months ago

Thank you @subframe7536,

I did:

font_features MapleMono-NF +cv01 +cv02 +cv03 +cv04 +ss01 +ss02 +ss03 +zero

and got:

Screenshot 2024-06-06 at 8 03 55 AM
subframe7536 commented 4 months ago

Emmm...The font in the last picture is Jetbrains Mono instead of Maple Mono

RicardoRamirezR commented 4 months ago

😭

Screenshot 2024-06-06 at 8 25 09 AM
subframe7536 commented 4 months ago

My bad. After reading the Kitty config doc, I think the correct way is

font_features MapleMono-NF-Regular +cv01 +cv02 +cv03 +cv04 +ss01 +ss02 +ss03 +zero

Default font weight is Regular, and other weights are below

image

RicardoRamirezR commented 4 months ago

@subframe7536 that's almost make the trick, ss01 is failing

Screenshot 2024-06-06 at 9 32 47 AM
subframe7536 commented 4 months ago

some font features are changed. see in V7 Doc

RicardoRamirezR commented 4 months ago

I already read that doc, and can not figure it out, I'm not familiar with font, that's why I am asking. Thank you for your time.

Thanks for this amazing font, I'm enjoying it to much.

subframe7536 commented 4 months ago

Thanks for your love. I am writing a website for this font and will add some guides for font features and maybe Kitty config.

RicardoRamirezR commented 4 months ago

I ended up with font_features MapleMono-NF-Regular +zero +cv03 +cv04 +ss03