@font-face {
  font-family: 'ApolloDM';
  src: url('ApolloDM-R.woff') format('woff');
}
@font-face {
  font-family: 'ApolloDM';
  src: url('ApolloDM-B.woff') format('woff');
  font-weight: bold;
}

/* @license
 *
 * Vollkorn typeface designed by Friedrich Althausen.
 * Licensed under SIL Open Font License 1.1:
 * http://www.fontsquirrel.com/license/Vollkorn
 */

@font-face {
  font-family: Vollkorn;
  font-style: italic;
  font-weight: bold;
  src: url("/css/Vollkorn-BI.woff") format("woff");
}
@font-face {
  font-family: Vollkorn;
  font-style: normal;
  font-weight: bold;
  src: url("/css/Vollkorn-B.woff") format("woff");
}
@font-face {
  font-family: Vollkorn;
  font-style: italic;
  font-weight: normal;
  src: url("/css/Vollkorn-I.woff") format("woff");
}
@font-face {
  font-family: Vollkorn;
  font-style: normal;
  font-weight: normal;
  src: url("/css/Vollkorn-R.woff") format("woff");
}

body { font-family: 'ApolloDM', 'Vollkorn', 'Garamond', 'GaramondNo8', 'Century Schoolbook L', 'Gentium Book Basic', 'Georgia', serif; max-width: 54em; }
h1,h2 { font-weight: normal; font-family: 'Vollkorn', 'Garamond', 'GaramondNo8', 'Century Schoolbook L', 'Gentium Book Basic', 'Georgia', serif; }
h3,pre,tt { font-family: 'ApolloDM', monospace; }
