Maybe a fixed line-height?
Comment on New Samsung phones block sideloading by default
MonkderVierte@lemmy.ml 5 months ago
See, this is another thing broken in the current web. I made a usercss (Stylus) to normalize font size for certain elements and it works reasonably well. But on this site, it looks like this.
Anyone has guess why, something with the meta tags?
anyhow2503@lemmy.world 5 months ago
MonkderVierte@lemmy.ml 5 months ago
But my usercss enforces font-size: medium for <p> elements but this looks more like x-large. And it works well for 99% of pages.
JustARaccoon@lemmy.world 5 months ago
Font-size and line-height are different properties
smeeps@lemmy.mtate.me.uk 5 months ago
As a web dev we do try to accommodate userCSS for accessibility reasons but often font sizes are tuned to what they are for a reason. I’d guess there’s a line height issue here.
MonkderVierte@lemmy.ml 5 months ago
You mean that their font was customized to display a certain size, for whatever reason?
Right,
browser.display.use_document_fonts = 0
fixed it, lol.