You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the most recent Atom update to 1.39.1 on MacOS Mojave all the fonts are suddenly bolder. As a developer I recognized this as the issue caused by the antialiasing property with lighter text over a dark background.
I was able to get back to the prior weight by setting -webkit-font-smoothing: antialiased; in my Atom stylesheet.
Any chance to get this fixed in the theme, or make an option to control this setting if it's actually a desired or intentional change?
The text was updated successfully, but these errors were encountered:
After the most recent Atom update to 1.39.1 on MacOS Mojave all the fonts are suddenly bolder. As a developer I recognized this as the issue caused by the antialiasing property with lighter text over a dark background.
I was able to get back to the prior weight by setting
-webkit-font-smoothing: antialiased;
in my Atom stylesheet.Any chance to get this fixed in the theme, or make an option to control this setting if it's actually a desired or intentional change?
The text was updated successfully, but these errors were encountered: