Pages

The New CSS Font-Family List

ARIAL:¹
font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
ARIAL NARROW:
font-family:'Arial Narrow','Nimbus Sans L',sans-serif;
ARIAL BLACK:¹
font-family:'Arial Black',Gadget,sans-serif;
BOOKMAN: Easy-reading, wider and heavier than most serif fonts.
font-family:'Bookman Old Style',Bookman,'URW Bookman L','Palatino Linotype',serif;
CENTURY GOTHIC: Widely installed and should be used more in headings.
font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
COMIC SANS MS:¹ People love it or hate it—there’s even a movement devoted to banning it. No Linux equivalent.

Analytics.js

Every project needs analytics. But you shouldn't have to litter your codebase with third-party-specific calls. Changing or adding new services should be a snap.

That's where analytics.js comes in! Instead of adding hooks for every single analytics service you integrate, you add a single set of provider-agnostic hooks that then route to any analytics service you want!

Source : http://segmentio.github.com/analytics.js/