/* We use the Google Font API to pull down some cool fonts */
@import url("http://fonts.googleapis.com/css?family=Crimson+Text"); /* 22K */
@import url("http://fonts.googleapis.com/css?family=Droid+Sans");   /* 26K */
@import url("http://fonts.googleapis.com/css?family=Inconsolata");  /* 17K */

body {
    font-family: "Crimson Text", serif;
}

pre, code, tt {
    font-family: Inconsolata, monospace;
}

h1, h2, h3, div.blog-entry span.tag {
    font-family: "Droid Sans", sans-serif;
}
