
@font-face {
    font-family: 'Roboto';
    src: url('/css/font/Roboto-Black.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/css/font/Roboto-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/css/font/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/css/font/Roboto-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url('/css/font/Roboto-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}











@font-face {
	font-family: 'OCR A Std';
	src: url('/css/font/OCRAStd.eot');
	src: url('/css/font/OCRAStd.eot?#iefix') format('embedded-opentype'),
		url('/css/font/OCRAStd.woff') format('woff'),
		url('/css/font/OCRAStd.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}




