-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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 enable ligatures #874
Comments
On 0.7.1 ligatures worked for the with Hasklig. After upgrading to 0.8.1, they are not shown anymore. |
there is |
to fix add this to your config // custom css to embed in the terminal window
termCSS: `
x-screen x-row {
font-variant-ligatures: initial;
// background-color: black;
}
`, |
That works, thanks for the advice! Why has it been disabled in the first place, though? |
dunno, found about it from this issue also |
ok, now it works |
This seems to have broken again recently. The above fix does not work anymore. Any ideas why? |
See #2864 (comment) @jhnsntmthy |
any instructions?
The text was updated successfully, but these errors were encountered: