@font-face {
  font-family: 'DejaVu Sans Mono';
  font-style: normal;
  font-weight: 400;
  src: /*url('./arial-unicode-ms.ttf')*/url('./DejaVuSansMono.ttf') format('truetype');
  font-display: swap;
}
/*
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src:  url('./Raleway-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('./Raleway-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('./Raleway-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('./Raleway-Heavy.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('./OpenSans-CondLight.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src:  url('./OpenSans-CondBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('./OpenSans-CondLightItalic.ttf') format('truetype');
  font-display: swap;
}*/
