@font-face {
  font-family: 'OpenSans';
  src: url('./fonts/open_sans/OpenSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenCond';
  src: url('./fonts/open_sans/OpenSans-CondLight.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenCond';
  src: url('./fonts/open_sans/OpenSans-CondBold.ttf');
  font-weight: bold;
  font-style: normal;
}
/** https://www.andrebacklund.com/fontfixer.html */

/*
@font-face {
  font-family: 'OpenSans';
  src: url('./fonts/open_sans/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('./fonts/open_sans/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: extra;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('./fonts/open_sans/OpenSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
*/