Use custom css properties on terminal font render ( webkit-font-smoothing )
See original GitHub issue-
I am on the latest Hyper.app version
-
I have searched the issues of this repo and believe that this is not a duplicate
-
OS version and name: macOS 10.13.3
-
Hyper.app version: 2.0.0
-
Link of a Gist with the contents of your .hyper.js: https://gist.github.com/alxtz/a103d33851cb97c501a65b567feb6cb9
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
After
In 2.0.0
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:
- Created 5 years ago
- Reactions:2
- Comments:7 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1, would really like to get my fancy ligatures back!
x-screen x-row { font-variant-ligatures: initial; }
That is so sad…, the only reason I use hyper.js is only for the ability to use css props 🙁