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

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

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

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

@font-face {
  font-family: cmr;
  src: url(fonts/cmcsc10.ttf);
  font-style: normal;
  font-weight: normal;
  font-variant: small-caps;
}



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