@font-face {
  font-family: 'TypoWriter';
  src: url('../fonttest/typowriter/TypoWriter_Thin_Demo.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'TypoWriter';
  src: url('../fonttest/typowriter/TypoWriter_Thin_Italic_Demo.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'TypoWriter';
  src: url('../fonttest/typowriter/TypoWriter_Light_Demo.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'TypoWriter';
  src: url('../fonttest/typowriter/TypoWriter_Light_Italic_Demo.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'TypoWriter';
  src: url('../fonttest/typowriter/TypoWriter_Regular_Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'TypoWriter';
  src: url('../fonttest/typowriter/TypoWriter_Italic_Demo.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'TypoWriter';
  src: url('../fonttest/typowriter/TypoWriter_Bold_Demo.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'TypoWriter';
  src: url('../fonttest/typowriter/TypoWriter_Bold_Italic_Demo.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'TypoWriter';
  src: url('../fonttest/typowriter/TypoWriter_Distressed_Demo.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'TypoWriter';
  src: url('../fonttest/typowriter/TypoWriter_Shaky_Demo.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
