Home linux How to fix the buggy font issue in atom?

How to fix the buggy font issue in atom?

Author

Date

Category

Atom version 1.22.1 on Debian has a font error. The text is displayed indistinctly, blurry. Not only on the menu. I tried to install version 1.23.0 – same thing.

How do I fix this?

 enter image description here
enter image description here


Answer 1

As qwhex wrote, to solve the problem you need to write the lower one in the file .atom / styles.less :

atom-text-editor {
 transform: scaleX (1.0000001);
}

But this is not for the menu. For the menu, you need to install libfreetype6_2.8-0.2 .

Thanks 0xdb!

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions