/*@font-face {
	font-family: Bitcheese;
	src: url(/assets/css/font/Bitcheese.ttf);
}

@font-face {
	font-family: NeueMontreal;
	src: url(/assets/css/font/NeueMontreal-Medium.otf) format('opentype');
	font-style: normal;
}

@font-face {
	font-family: NeueMontreal;
	src: url(/assets/css/font/NeueMontreal-MediumItalic.otf) format('opentype');
	font-style: italic;
}

@font-face {
	font-family: NeueMontreal;
	src: url(/assets/css/font/NeueMontreal-Bold.otf) format('opentype');
	font-weight: bold;
}
*/

@font-face {
  font-family:  Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', 'monospace';

}

body{
  font-family:  Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', 'monospace';
}
