I found every is bold. including group name and chat window and message box. It's too ugly.
My system is MacOS Mojave.
@smcdl Cam you provide a screenshot?
In macOS Mojave subpixel font anti-aliasing seems to be removed. While all text in the OS does look different, the text in telegram desktop looks extremely different, almost bold. See the attached screenshot.
https://mjtsai.com/blog/2018/07/13/macos-10-14-mojave-removes-subpixel-anti-aliasing/
You may want to try to reenable subpixel antialiasing:
defaults write -g CGFontRenderingFontSmoothingDisabled -bool FALSE
Will this be addressed in a future release for users that may not be familiar with finding bugs in github?
Got same in ArchLinux.
@dketterer's answer fixed it for Catalina as well.
According to https://bugreports.qt.io/browse/QTBUG-68824, it should be fixed since 1.9.0
Most helpful comment
You may want to try to reenable subpixel antialiasing:
defaults write -g CGFontRenderingFontSmoothingDisabled -bool FALSE