Hyper: how to enable ligatures

Created on 13 Oct 2016  路  8Comments  路  Source: vercel/hyper

any instructions?

Question

Most helpful comment

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

All 8 comments

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

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

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?
Any disadvantages?

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cilice picture cilice  路  3Comments

dbkaplun picture dbkaplun  路  3Comments

hxnt picture hxnt  路  3Comments

ghost picture ghost  路  3Comments

sarneeh picture sarneeh  路  3Comments