belluzj / fantasque-sans

A font family with a great monospaced variant for programmers.
http://openfontlibrary.org/en/font/fantasque-sans-mono
SIL Open Font License 1.1
6.97k stars 154 forks source link

Ligatures extended #114

Closed artem-ogre closed 4 years ago

artem-ogre commented 4 years ago

Added new ligatures that make C++ code formatting nicer (subjectively) New ligatures: ::, <<, >>, &&, ||, //, /*, */, /**/

I am a huge fan of Fantasque Sans Mono. Thank you very much for your work! I used beta ligature support and liked it with my code, but I've noticed that some ligatures present in other fonts (e.g., Fira Code) are missing. This pull-request is suggesting introducing some of this ligatures. In my opinion they make typography of my C++ code nicer to look at.

artem-ogre commented 4 years ago

Any feedback? :)

belluzj commented 4 years ago

Thanks for the PR, sorry I'm not spending much time on this project these days. I'll try to review and merge this soon though!