question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use custom css properties on terminal font render ( webkit-font-smoothing )

See original GitHub issue

Issue

In pre 2.0.0 of hyper.js, I’m able to customize the css props of the fonts in hyper. One of my favorite, is to use -webkit-font-smoothing to make the font display more smooth.

Before

image

After

image

In 2.0.0

image

In 2.0.0, I believe all the x-row based css is deprecated, since the term windows is all rendering using canvas.

Is it still possible to do those customization in 2.0.0? The doc only revealed some very basic setup for it. https://hyper.is/

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

9reactions
Tamcommented, Apr 18, 2018

+1, would really like to get my fancy ligatures back! x-screen x-row { font-variant-ligatures: initial; }

5reactions
alxtzcommented, Apr 19, 2018

That is so sad…, the only reason I use hyper.js is only for the ability to use css props 🙁

Read more comments on GitHub >

github_iconTop Results From Across the Web

Use custom css properties on terminal font render ( webkit-font ...
js, I'm able to customize the css props of the fonts in hyper. One of my favorite, is to use -webkit-font-smoothing to make...
Read more >
safari - -webkit-transform CSS Properties Hose Font Rendering
Transforms in Safari are hardware-accelerated. It allows for much better speed, but the rendering doesn't follow the same pipeline, and some quality is...
Read more >
Using CSS custom properties (variables) - MDN Web Docs
Custom properties (sometimes referred to as CSS variables or cascading variables) are entities defined by CSS authors that contain specific ...
Read more >
Styling Vue components with CSS - Learn web development
For installation, and to use some of the more advanced features of Vue (like Single File Components or render functions), you'll need a...
Read more >
Safari Technology Preview Release Notes - Apple Developer
Implemented CSS font-size-adjust property (255927@main) ... Fixed custom element reaction callback timing when using WebAnimation.prototype.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found