Hacker News new | ask | show | jobs
by dvh 12 days ago
You are using font size wrong. I see 13 lines of text per page and most lines has single word on it.

The solution is simple. If you don't know correct font size of every visitor, don't change the font size. Each visitor will have font set according to their preference. I will have set it to medium, my grandma to xx-large, teenager with perfect vision to small, designer with 8k monitors to 150px helvetica.

If you want to retain some control over the font size, use small, medium, large. (e.g. information dense site could use small, average website like yours could use medium, and information sparse websites like wedding announcement could use large).

1 comments

Each paragraph on this page uses the body style from style.css.

body { font-family: Georgia, Serif; font-size: 100%; background: #898; margin-top: .5em; margin-bottom: .5em; }

Font size is 100%, so it will respect your font sizing. You might be doing something weird on your end.