antirez / lamernews

Lamer News -- an HN style social news site written in Ruby/Sinatra/Redis/JQuery
http://lamernews.com
Other
1.35k stars 200 forks source link

Add font families alternatives #98

Closed seppo0010 closed 11 years ago

seppo0010 commented 13 years ago

When Helvetica Neue is unavailable, LN looks like this: http://i.imgur.com/DOu98.png Adding alternative fonts so it looks like this: http://i.imgur.com/CB0kt.png

justinabrahms commented 13 years ago

Looks quite reasonable to me. I was going to make the exact same change before I happened upon this issue.

minikomi commented 13 years ago

Or simply font-family: Sans-Serif; (ala html5 boilerplate) can also work. Turns out it has pretty good defaults across the board.