-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Preference to change new font rendering #2791
Comments
FYI, the animation issues are specifically because Brackets is built as a web app using Chromium, and the animations are done using CSS. Marking move to backlog for now. If we get similar feedback from others once we release sprint 20, we might want to move this higher up on the backlog. |
So when sprint 20 get's released how will I change the font rendering back? Is it just in one place or a few? |
This is the pull request where font was updated: #2665 The entire font was updated, but I think that you might just be able to change this setting on brackets.less line 62 from:
to:
|
That will switch the antialiasing, but you'll still be using the heavier font that we introduced. To go back to the original font, you also need to remove the |
Thanks guys. All is looking good in CM3 Preview version. Not exactly the same but close. Main difference is the gutter is padded out a little. Font is a little different. Less spacing in the letters CM3 test version. Letters may be too scrunched up in my opinion. Real test is when I get on thunderbolt monitor tomorrow. |
@drewhjava - closing this out for now. Let us know if you still have issues with the font rendering. |
@njx I've just been changing it manually every release. Haha. Maybe in future it will be easy to code out as an extension or something. Thanks. |
Oh :) Well, you could conceivably write an extension to just change the antialiasing by dynamically creating a |
(Or, for the first hack, you might even be able to just do |
Need preference or easy to way to get font rendering the way it was in Sprint 19 and below. If it messes up animation then have a setting to disable animation.
I feel like I'm on XP again
Also just add, none of the other editors I've used on MacOSX render fonts that light by default. Food for thought. I know there are animation issues but those could be disabled.
The text was updated successfully, but these errors were encountered: