Closed tkizm1 closed 8 years ago
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?
See https://github.com/zeit/hyper/issues/2864#issuecomment-382430626 @jhnsntmthy
any instructions?