@font-face {
  font-family: 'University Roman';
  src: url('UniversityRomanStdRegular.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'University Roman';
  src: url('UniversityRomanStdBold.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'University Roman';
  src: url('UniversityRomanStdItalic.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
}