/* Barcode 39 Extended mit Beschriftung */
@font-face {
	font-family: 'LibreBarcode39ExtTextWeb';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/librebar/lb-39ext-txtreg.eot');
	src: url('../fonts/librebar/lb-39ext-txtreg.eot?#iefix') format('embedded-opentype'),
		url('../fonts/librebar/lb-39ext-txtreg.woff2') format('woff2'),
		url('../fonts/librebar/lb-39ext-txtreg.woff') format('woff'),
		url('../fonts/librebar/lb-39ext-txtreg.ttf') format('truetype');
}

/* Text wird als Barcode formatiert und dargestellt */
.hw-barcode {
	font-family: LibreBarcode39ExtTextWeb, AsapWeb, Arial, Helvetica, sans-serif;
	font-size: 2rem;
}