

@font-face {
  font-family: 'Inconsolata';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Inconsolata-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Inconsolata2';
  font-weight: bold;
  font-style: normal;
  src: url('fonts/Inconsolata_SemiExpanded-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Inconsolatabold';
  font-weight: bold;
  font-style: normal;
  src: url('fonts/Inconsolata-Bold.ttf') format('truetype');
}

