/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Bar-Code39";
  src: url("./fonts/Code39.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Code39.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Code39.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Code39.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Code39.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Code39.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Code39.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


.barcode {
    font-family: 'Bar-Code39';
    font-size: 24px;
    border: 0px solid #ddd;
    display: inline-block;
    padding: 0px;
}

.sample {
    font-family: 'Bar-Code39';
    font-size: 24px;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 10px;
}