logoalt Hacker News

swader999last Saturday at 11:49 PM1 replyview on HN

[flagged]


Replies

sesteplast Sunday at 12:13 AM

You probably only saw the cursive backup font and not the intended Roboto font that the page actually uses (which took about half a second to load for me); here's a snippet from the CSS:

  font-family: "Roboto", "Underdog", cursive, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
show 1 reply