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

Please add a version without ligatures #122

Open scottmcm opened 4 years ago

scottmcm commented 4 years ago

One of the reasons I liked this font was the lack of them.

You've mentioned you would in https://github.com/belluzj/fantasque-sans/issues/64#issuecomment-555420273; I just wanted an issue to follow to track it. (And hopefully for others to 👍.)

katmfoo commented 4 years ago

Yes please

metiulekm commented 4 years ago

In the meantime, we can use the 1.7.2 version, which, according to the changelog, is mostly the same as 1.8, but without ligatures.

spinda commented 2 years ago

I've put up a fork at https://github.com/spinda/fantasque-sans-ligatures that strips out everything from v1.8.0 relating to the new coding ligatures.

alindeman commented 1 year ago

If you have the ability to toggle OTF features, disabling calt seems to disable ligatures for me.

Example from my kitty.conf:

font_features FantasqueSansMono-Regular -calt

Or in CSS:

font-feature-settings: "calt" 0;