Summary: | Adwaita Sans bold font looks blurry across KDE applications | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Akseli Lahtinen <akselmo> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | kdedev, nate |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Adwaita Sans font
Inter font Empty font weight |
Description
Akseli Lahtinen
2025-08-09 16:34:07 UTC
Created attachment 183910 [details]
Inter font
I tried to see if setting following to /etc/environment would have any effect: ``` FREETYPE_PROPERTIES="cff:no-stem-darkening=0 autofitter:no-stem-darkening=0" ``` or ``` FREETYPE_PROPERTIES="cff:no-stem-darkening=1 autofitter:no-stem-darkening=1" ``` However with stem-darkening off it got significantly worse (a lot more jagged), so it's not that at least. Created attachment 183912 [details] Empty font weight I made another report for this in here: https://gitlab.gnome.org/GNOME/adwaita-fonts/-/issues/21 It might be a bug in the inter font itself. Unsure. But we should definitely ignore the empty font weight like shown in the image. It's definitely not a KDE bug, as we don't do anything with font rendering. It's a Qt bug, a FreeType bug, a FontConfig bug or distro-specific misconfiguration, or a bug in the font itself interacting with any of the above. |