h1 { font-family: 'Corben', Georgia, Times, serif; font-size: 40px; line-height: 40px; }

div { font-family: 'Nobile', Helvetica, Arial, sans-serif; } /* most stuff */

stupid-arrow { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } /* keep those prev and next carousel arrows the twitter default font */

input[placeholder] { font-family: 'Nobile', Helvetica, Arial, sans-serif; } /* placeholder text in search box */

/*
input:not([type="image"])
*/

/*
h1, h2, h5, h6 {
    font-family: 'Corben', Georgia, Times, serif;
}

p, div, h3, h4 {
    font-family: 'Nobile', Helvetica, Arial, sans-serif;
}

http://24ways.org/2012/how-to-make-your-site-look-half-decent/

*/