@font-face {
    font-family: Libre Barcode;
    src: url(fonts/librebarcode128-regular.ttf);
  }

  .barcode128 {
    font-family: Libre Barcode, cursive;
    font-size: 25pt;
    margin: 0;
    text-align: center;
    background-color: blue;
  }
