@font-face {
  font-family: normal; /* set name */
  src: url('/fonts/EBGaramond12-Regular.otf'); /* url of the font */
}

@font-face {
  font-family: headings; /* set name */
  src: url('/fonts/EBGaramond12-AllSC.otf'); /* url of the font */
}

body {
    font-family: normal;
}
.article-meta, .menu a {
    font-family: headings;
}
