/**
 * font-bar-code-128
 */
@font-face {
  font-family: 'Libre Barcode 128 Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('LibreBarcode128Text-Regular.ttf') format('truetype'),
       url('Libre_Barcode_128_Text.woff2') format('woff2')
}

@font-face {
  font-family: 'Libre Barcode 128';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('LibreBarcode128-Regular.ttf') format('truetype'),
       url('Libre_Barcode_128.woff2') format('woff2')
}