
@font-face {
    font-family: 'ocr_a_stdregular';
    src: url('/fonts/ocrastd-webfont.woff2') format('woff2'),
         url('/fonts/ocrastd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

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

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

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