Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to turn off calt? #2652

Open
jabbalaci opened this issue Jan 21, 2025 · 2 comments
Open

How to turn off calt? #2652

jabbalaci opened this issue Jan 21, 2025 · 2 comments

Comments

@jabbalaci
Copy link

In the README it's written that if we don't need ligatures, we need to turn off calt. What is this calt and how to turn it off? I'm under Linux.

To disable ligatures, I installed the package ttf-iosevka-fixed, which solved the problem. But with ttf-iosevka-nerd, ligatures are on by default. I'd like to know how to turn off ligatures for ttf-iosevka-nerd too. Thanks.

@be5invis
Copy link
Owner

It is a per-software configuration. In webfont CSS you apply:

selector {
    font-feature-settings: "calt" 0;
}

@bennyyip
Copy link

How can I disable ligation by editing ttf files? It takes time to run a custom build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants