Ask HN: Why did HN change its font?

1 points by ShirsenduK ↗ HN
The new font is not easy on the eye. Please switch back or use something which is easier to read.

3 comments

[ 2.5 ms ] story [ 15.9 ms ] thread
Hacker News, like most websites, is rendered with the typefaces you've already got on your computer.

    font-family: Verdana, Geneva, sans-serif;
If your browser doesn't find Verdana on your computer, it looks for Geneva. If it doesn't find Geneva either, it loads a generic sans-serif.
Its the point size which seems to have changed. From 9pt to 10pt.
Try hitting ctrl-0 when you're on the page, probably you zoomed in by accident.