slavfox / Cozette

A bitmap programming font optimized for coziness 💜
MIT License
2.82k stars 42 forks source link

Taller variant #3

Open liz-desartiges opened 4 years ago

liz-desartiges commented 4 years ago

I use dina 12px as my main monospace font. The 12px variant is taller than the 10px. Would it be possible for cozette to support both ?

liz-desartiges commented 4 years ago

12px :

image

10px :

image

slavfox commented 4 years ago

It would take quite a lot of work. Cozette, right now, has 857 glyphs, and I draw all of them by hand. While some of those wouldn't need to be redrawn (mostly the symbolic glyphs), most of them certainly would (box drawing, powerline, all letters).

I'm not saying "no", though - I like the idea, so I'm going to keep this issue open and add it to the roadmap. The script I'm planning to use to make bold and italic variants would help a lot in making a 12px version, so I might tackle this around the time I work on bold and italics.