Which font does Snap.as use?

Howdy!

Currently, I’m attempting to change my font to mirror that which is used on Snap.as, however the closest I’ve been able to get is the font which I’m looking at now – incidentally, also the font given to use per the theme CSS for Snap.as on the W.a themes page: Quicksand.

This is the CSS I’d used:

body, article {
    font-family: Quicksand, 'Open Sans', sans-serif !important;
}

Presumably, there’s a more accurate way of coding this, including a font name that will produce the look we see on the Snap.as homepage. Anyone have any tips?