@font-face {
  font-family: "Georgia";
  src: url(fonts/Georgia.ttf);
}
@font-face {
  font-family: "Courier New";
  src: url(fonts/Courier-New.ttf);
}
@font-face {
  font-family: "Courier New";
  font-style: italic;
  src: url(fonts/Courier-New-Italic.ttf);
}
/*
@font-face {
	font-family: "AnArChY";
	src: url(fonts/ANaRcHy.ttf)
}*/
@font-face {
  font-family: "Courier New";
  font-weight: bold;
  src: url(fonts/Courier-New-Bold.ttf);
}
@font-face {
  font-family: "Georgia";
  font-style: italic;
  src: url(fonts/Georgia-Italic.ttf);
}
@font-face {
  font-family: "Georgia";
  font-weight: bold;
  src: url(fonts/Georgia-Bold.ttf);
}
@font-face {
  font-family: "Times New Roman";
  src: url(fonts/Times-New-Roman.ttf);
}
@font-face {
  font-family: "Courier New";
  font-weight: bold;
  font-style: italic;
  src: url(fonts/Courier-New-Bold-Italic.ttf);
}
@font-face {
  font-family: "Times New Roman";
  font-weight: bold;
  src: url(fonts/Times-New-Roman-Bold.ttf);
}
@font-face {
  font-family: "Times New Roman";
  font-style: italic;
  src: url(fonts/Times-New-Roman-Italic.ttf);
}
