docsite icon indicating copy to clipboard operation
docsite copied to clipboard

Font doesn't render well on Linux/Firefox, hard to read

Open cobbweb opened this issue 5 months ago • 0 comments

I've just started the tutorial, but notice the font rendering makes it tricky to read. Looking in dev tools, I see most copy is treated with font-light. I don't think lightweight styling is appropriate for primary content, and removing makes it much easier to read. It's somewhat compounded by primary copy also being set to text-sm.

Current (text-sm, font-light) Image

Normal weight (text-sm) Image

Normal size & weight (my preference) Image

Those screenshots are using Deja Vu Sans, as my system didn't have Inter font installed. I installed Inter, and it's not as bad now but still subpar. In the tailwind config font-family is set to "Inter var",sans-serif but there's no loading of Inter, not sure if that's intentional?

Happy to attempt a PR if you'd like! 🌭

cobbweb avatar Nov 13 '25 23:11 cobbweb