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

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

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

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