city-lights-ui-atom
city-lights-ui-atom copied to clipboard
Fonts Suddenly Bolder
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?
Thanks, solve my problem.
I'll fix this soon! Thanks for reporting this!