@charset "utf-8";

@font-face
{
    font-family: 'NW-7';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/NW-7.eot');
    src: url('./fonts/NW-7.eot?#iefix') format('embedded-opentype'), url('./fonts/NW-7.woff') format('woff'), url('./fonts/NW-7.ttf') format('truetype');
}

.barcodeArea
{
    font-family: 'NW-7';
    font-size: 35px;
    letter-spacing: 0;
}
