
/* Barcode 39 */
@font-face {
	font-family: 'Barcode39Web';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/free3of9/free3of9.woff2') format('woff2'),
	url('../fonts/free3of9/free3of9.ttf') format('truetype');
}

/* Barcode 39 Extended */
@font-face {
	font-family: 'Barcode39ExtendedWeb';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/free3of9/fre3of9x.woff2') format('woff2'),
	url('../fonts/free3of9/fre3of9x.ttf') format('truetype');
}

/* Text wird als Barcode formatiert und dargestellt */
.hw-barcode {
	font-family: Barcode39Web,AsapWeb,Arial,Helvetica,sans-serif;
	font-size: 2rem;
}

/* Text wird als Barcode formatiert und dargestellt */
.hw-barcode-extended {
	font-family: Barcode39ExtendedWeb,AsapWeb,Arial,Helvetica,sans-serif;
	font-size: 2rem;
}
