shannpersand / comic-shanns

a classy font
MIT License
1.05k stars 104 forks source link

Inconsistent spacing on some characters #14

Open X-m7 opened 2 years ago

X-m7 commented 2 years ago

According to this it's specifically the space character (U+0020) and the small letter n (U+006E), the former is slightly thinner while the latter is slightly wider than the rest.

Here's what it ends up looking like (the | characters should line up, but they don't): image

jesusmgg commented 2 years ago

While you wait for the official fix, my fork includes the fixes for space and n. Check the mono folder. https://github.com/jesusmgg/comic-shanns-mono

AndreaCatania commented 2 years ago

@jesusmgg Thanks a lot, it looks amazing, Please open a PR!

Artoria2e5 commented 8 months ago

Huh-umm... PR's going to be tough since it's all in opaque otf and ttf files. There's gonna be no merging, just update-replacing, which isn't ideal.

Would be great if someone ran the mono-squish thing on v2 though. According to https://www.reddit.com/r/programming/comments/kj0prs/comment/ghc7krt/, only "n" and "U+0020 space" need to be squished, which won't be too destructive.


Oh never mind, jesusmgg has the sfd stuff figured out. Very cool.