Fonts
Not my strongest subject, and I definitely need to flesh this section out.
Fallback font stack Contains a useful font comparison tool.
The typography triangle is a great little game to help get web type right.
Tip: In a talk Harry Roberts gave (FaCSSt CSS) he mentioned that using @import
was bad for performance; use <link>
instead.