/* Times New Roman */

/* normal */
@font-face {
  font-family: 'Times New Roman';
  src: url( ttf/times/times.ttf );
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
}

/* italic */
@font-face {
  font-family: 'Times New Roman';
  src: url( ttf/times/timesi.ttf );
  font-stretch: normal;
  font-style: italic;
  font-weight: normal;
}

/* bold */
@font-face {
  font-family: 'Times New Roman';
  src: url( ttf/times/timesbd.ttf );
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
}

/* bold italic */
@font-face {
  font-family: 'Times New Roman';
  src: url( ttf/times/timesbi.ttf );
  font-stretch: normal;
  font-style: italic;
  font-weight: bold;
}