kika / fixedsys

Fixedsys Excelsior font with programming ligatures
982 stars 50 forks source link

Can we get a version where <= gets replaced with ≤ instead of ⇐? #3

Closed JobLeonard closed 7 years ago

JobLeonard commented 7 years ago

.. and have a >= to ≥ conversion too, while we're at it :).

I'm not going to ask you to remove the existing version, since I assume you added it because it fits your use-case best. However, the inequality cases actually show up in my code, whereas there is no context where ⇐ actually means something. So that's why I'd rather have a version with inequality ligatures.

kika commented 7 years ago

I knew I will get this request some day :-) You want <= to be replaced with ≤ and >= with ≥ while => stays a fat arrow?

JobLeonard commented 7 years ago

I use a few languages with fat arrows so yeah, that would suit my particular use-case best (despite the asymmetry).

kika commented 7 years ago

New 3.02.7 -Alt version is for you.

Glyphs are modeled after Fira Code (I can't use unicode glyphs directly, they are single cell and >= takes 2 char cells).

JobLeonard commented 7 years ago

I love it, thank you so much!