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

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

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

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

@font-face {
  font-family: 'Quizma';
  src: url('../fonttest/quizma/Quizma_Thin_Demo.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Quizma';
  src: url('../fonttest/quizma/Quizma_Thin_Italic_Demo.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
