Hacker News new | ask | show | jobs
by duncans 4810 days ago
The typography is screwed because of the seemingly faulty font stack in:

    .ncDcParagraph {
       font-size: 14px;
       font-family: Segoe,Verdana,sans serif;
    }
I think it should be "Segoe UI" which is a very nice font (on Windows) and it's falling through to Verdana which makes it look dated.

Details, details...

1 comments

I just double checked using Opera Firefly and it seems to be fixed. I see Seqoe UI now :).