@font-face {
  font-family: cmu_serif;
  src: url(../fonts/cmu_serif/cmunrm.ttf);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: cmu_serif_italic;
  src: url(../fonts/cmu_serif/cmunti.ttf);
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: cmu_serif;
  src: url(../fonts/cmu_serif/cmunsl.ttf);
  font-style: oblique;
  font-weight: normal;
}

@font-face {
  font-family: cmu_serif;
  src: url(../fonts/cmu_serif/cmunbx.ttf);
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: cmu_serif;
  src: url(../fonts/cmu_serif/cmunbi.ttf);
  font-style: italic;
  font-weight: bold;
}

@font-face {
  font-family: cmu_serif;
  src: url(../fonts/cmu_serif/cmunbl.ttf);
  font-style: oblique;
  font-weight: bold;
}