@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/Times New Roman Georgian.ttf");
}
* {
    font-family: "Times New Roman"!important;
}
body {
    font-family: "Times New Roman"!important;
}