/* Downloaded and adapted from https://checkmyworking.com/cm-web-fonts/ */

@font-face {
	font-family: 'Computer Modern Serif';
    src: url('cmunrm.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Computer Modern Serif';
    src: url('cmunbx.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Computer Modern Serif';
    src: url('cmunsl.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Computer Modern Serif';
    src: url('cmunbl.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face {
  font-family: "CMU Typewriter";
  src: url("cmuntt.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
