/* 1.0 */

@font-face {
    font-family: Varela;
    src: url('../fonts/Varela-Regular.otf');
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato-Regular.ttf');
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: Code39;
    src: url('../fonts/Code39.ttf');
}

@font-face {
    font-family: code128;
    src: url('../fontes/code128.ttf');
}

@font-face {
    font-family: c39hrp48dhtt;
    src: url('../fonts/c39hrp48dhtt.ttf');
}

@font-face {
    font-family: Varela-Regular;
    src: url('../../fonts/Varela-Regular.otf');
}

@font-face {
    font-family: ccode39;
    src: url('../fonts/ccode39.ttf') format('truetype');
}
@font-face {
    font-family: BarcodeFont;
    src: url('../fonts/BarcodeFont.ttf');
}

@font-face {
    font-family: GBCode;
    src: url('../fonts/GB-I25-DEMO.ttf') format('truetype');
}

/* 2.0 */

/* OPEN SANS */
@font-face {
    font-family: open-sans-regular;
    src: url('../fonts/OpenSans-Regular.eot') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype')
}

@font-face {
    font-family: open-sans-bold;
    src: url('../fonts/OpenSans-Bold.eot') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype')
}

@font-face {
    font-family: open-sans-italic;
    src: url('../fonts/OpenSans-Italic.eot') format('embedded-opentype'),
    url('../fonts/OpenSans-Italic.ttf') format('truetype')
}
