Hacker News new | ask | show | jobs
by stefanos82 1093 days ago
Can't read nearly anything unless I force my focus on a specific area.

Can you enlarge the fonts please? My vision is not so good.

Hint: Editing font-size to 18px (for <div class="sc-4dp71k-0 hIhENr app-app-wrapper">) via web dev tools (Firefox) produces an incredible output for me.

1 comments

Yeah, I might've gotten used to it by now - need to experiment a bit & adjust. Thank you for the feedback.
Rule of thumb: body text should never be smaller than 16px or (preferably, though the difference is nuanced) 1em as the browser gives it at the root. (This holds for form fields too, with a more concrete technical reason: iOS will zoom in on the field on focus if its font-size is less than 16px.) 12px is pretty much the lower bound of what is ever acceptable, and only in small quantities and for specific purposes, and it’s better not to go down that small.