https://bugs.kde.org/show_bug.cgi?id=482336
--- Comment #3 from Nate Graham <n...@kde.org> --- Thanks for the annotated screenshot; it's helpful. Unfortunately improved Wayland fractional scaling support in Qt6 still cannot compensate for the fact that a 1.25px stroke can't be mapped onto a 1px pixel without either blurriness or clipping. There simply isn't a physical way to do this. Using the Font DPI to work around that issue has the side effect of breaking the visual relationships between items, because many things don't get scaled at all. It can look *okay* at 125% scale where this effect is minimized, but the higher the scale, the more ridiculous the result looks. We had tons and tons and tons of bug reports about this. People failed to understand the implications of one approach vs the other one, and having multiple ways to scale the system confused people and we got even more odd bug reports about invalid setups. Hence, we made the decision to remove the Font DPI setting on Wayland in Plasma 6, so I'm afraid a small amount of weirdness with very thin strokes has to be expected here. That said, the text on screenshot of the Fonts page looks much worse than the text in other screenshots, which is unusual. The level of blurriness there is quite noticeable, and not expected. Can you still reproduce that after quitting System Settings and re-opening it? Is System Settings running under XWayland or something weird? -- You are receiving this mail because: You are watching all bug changes.