MonoLisaFont / feedback

Send us your feedback regarding the MonoLisa font
84 stars 2 forks source link

[Bug]: ss11 (hexadecimal x) doesn't apply smaller 'x' in conjunction with ss02 (script variant) #205

Closed ericvw closed 1 year ago

ericvw commented 1 year ago

Edition

Plus

What version are you using?

2.005

What type of weights are you using?

Default (non-customized)

Operating system

macOS Ventura 13.2.1

Program

kitty

Display resolution

1440x900

What happened?

In my kitty.conf, I set

font_family   MonoLisa
font_size     16.0
font_features MonoLisa-Regular               +ss10 +ss11 +ss12
font_features MonoLisaSemiBold-Regular       +ss10 +ss11 +ss12
font_features MonoLisa-RegularItalic   +ss02 +ss10 +ss11 +ss12
font_features MonoLisaSemiBold-Italic  +ss02 +ss10 +ss11 +ss12

and was expecting the 0xf to have a hexadecimal script x variant.

Instead, it shows the normal script x variant, as seen in the screenshot below.

Screenshot 2023-04-03 at 10 41 54 PM
bebraw commented 1 year ago

Implemented and published in 2.006.

ericvw commented 1 year ago

@bebraw, this doesn't appear fixed in the 2.006 release. I just downloaded the latest release and 0xff in the script variant is the same as text with an x.

Screenshot 2023-04-12 at 09 02 06

bebraw commented 1 year ago

Ok, maybe something went wrong with the fix. cc @MarcusSterz.

MarcusSterz commented 1 year ago

Appears I have forgotten to include a.ss02 d.ss02 f.ss02 in @digits. Will be fixed.

bebraw commented 1 year ago

Included in 2.007.

ericvw commented 1 year ago

Thank you for fixing this! 🤗

MarcusSterz commented 1 year ago

You are welcome!