Skip to content

Comment on Show HN: Hackerhub.orgparent

Comments

It seems that Chrome is indulgent with the font-family declaration. There is an error in the CSS.

  font-family: 'Istok Web' sans-serif;
should be:
  font-family: 'Istok Web', sans-serif;
Firefox 7 ignore the above declaration showing the page in the default font. I have forced 'Istok Web' with firebug and yes it looks ugly.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.