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 enable ligatures #874

Closed
tkizm1 opened this issue Oct 13, 2016 · 8 comments
Closed

how to enable ligatures #874

tkizm1 opened this issue Oct 13, 2016 · 8 comments
Labels
❔ Type: Question Issue is a question relating to Hyper (please use zeit.chat or https://spectrum.chat/hyper for this)

Comments

@tkizm1
Copy link

tkizm1 commented Oct 13, 2016

any instructions?

@dak0rn
Copy link

dak0rn commented Oct 13, 2016

On 0.7.1 ligatures worked for the with Hasklig. After upgrading to 0.8.1, they are not shown anymore.

@iamstarkov
Copy link
Contributor

iamstarkov commented Oct 13, 2016

there is font-variant-ligatures: none; defined on <x-screen />

@iamstarkov
Copy link
Contributor

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;
      }
    `,

@dak0rn
Copy link

dak0rn commented Oct 13, 2016

That works, thanks for the advice!

Why has it been disabled in the first place, though?
Any disadvantages?

@iamstarkov
Copy link
Contributor

Why has it been disabled in the first place, though?

dunno, found about it from this issue also

@tkizm1
Copy link
Author

tkizm1 commented Oct 14, 2016

ok, now it works

@tkizm1 tkizm1 closed this as completed Oct 14, 2016
@matheuss matheuss added the ❔ Type: Question Issue is a question relating to Hyper (please use zeit.chat or https://spectrum.chat/hyper for this) label Oct 14, 2016
@timothyjoh
Copy link

This seems to have broken again recently. The above fix does not work anymore. Any ideas why?

@albinekb
Copy link
Contributor

albinekb commented May 2, 2018

See #2864 (comment) @jhnsntmthy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❔ Type: Question Issue is a question relating to Hyper (please use zeit.chat or https://spectrum.chat/hyper for this)
Projects
None yet
Development

No branches or pull requests

6 participants