/*
 * Code 128 webfont
 * Source: https://github.com/Holger-Will/code-128-font
 * License: SIL Open Font License 1.1
 */

@font-face {
    font-family: 'code128';
    src: url('../fonts/code128.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: block;
}
