MonoLisaFont / feedback

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

[Bug]: Using backticks breaks rendering #222

Closed bebraw closed 1 year ago

bebraw commented 1 year ago

Edition

Plus

What version are you using?

2.009 (prerelease)

What type of weights are you using?

Default (non-customized)

Operating system

MacOS

Program

VS Code

Display resolution

No response

What happened?

If I enter a backtick (`) to my code, it renders it like below:

Screenshot 2023-07-07 at 9 34 15

Expected render in another font for comparison:

Screenshot 2023-07-07 at 9 34 29
jpallatin commented 1 year ago

Yes. I experienced this while writing some JS code (testing 2.009) . IMHO, that backtick character could use a little better design, it seems a little inconsistent to me in the font collection (it's somewhat "light" or not visible enough) especially when compared to the single and double quotes.

MarcusSterz commented 1 year ago

@jpallatin What you call backtick in programming is actually an accent called ‘grave’ (like acute, dieresis, ring, caron etc). It is not a variation of or connected to quote symbols therefor the lack of resemblance. In fact it is key to distinguish accents from quotes to prevent confusion. It is usually combined with other letters to create diacritics like à, ò, ì and so on.

We are looking into this issue :)

jpallatin commented 1 year ago

Understood Marcus, that makes all the sense, thanks for the explanation.

bebraw commented 1 year ago

@jpallatin I pushed a new prerelease with the fix to test. It worked locally for me.

jpallatin commented 1 year ago

Thank you. I'm testing right now. So far so good. Reported bug is fixed.

bebraw commented 1 year ago

Ok, let's close. Thanks for confirming.