@font-face {
  font-family: 'Typo Mono';
  src: url('../fonttest/typo_mono/Typo_Mono_Regular_Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Typo Mono';
  src: url('../fonttest/typo_mono/Typo_Mono_Italic_Demo.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Typo Mono';
  src: url('../fonttest/typo_mono/Typo_Mono_Bold_Demo.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Typo Mono';
  src: url('../fonttest/typo_mono/Typo_Mono_Bold_Italic_Demo.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Typo Mono';
  src: url('../fonttest/typo_mono/Typo_Mono_Light_Demo.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Typo Mono';
  src: url('../fonttest/typo_mono/Typo_Mono_Light_Italic_Demo.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Typo Mono';
  src: url('../fonttest/typo_mono/Typo_Mono_Thin_Demo.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Typo Mono';
  src: url('../fonttest/typo_mono/Typo_Mono_Thin_Italic_Demo.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
