/* The default font */
body {
    font-family: 'PT Serif', Georgia, serif;
}

/* Font for the major headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Serif', Georgia, serif;
}

/* Font for the site title */
.site-title {
    font-family: 'Monotype Corsiva', cursive;
}

/* Font for the site description */
.site-description {
    font-family: 'Raleway', sans-serif;
}

/* Font for the author name, post date, number of comments */
.entry-meta {
    font-family: 'Raleway', sans-serif;
}

/* Font for the "Continue reading" link at the end of each post */
.more-link {
    font-family: 'Raleway', sans-serif;
}

/* Font for the widget titles */
.widget-title {
    font-family: 'Raleway', sans-serif;
}

/* Font for the widget titles, emphasized */
.widget-title em {
    font-family: 'Niconne', cursive;
}

/* Font for text that's not supposed to be changed (pre-formatted) */
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}