@charset "UTF-8";

@font-face {
   font-family: roboto_mono_exl-i;
   src: url('./fonts/RobotoMono-ExtraLightItalic.ttf') format("truetype");
}
@font-face {
   font-family: roboto_mono_m;
   src: url('./fonts/RobotoMono-Medium.ttf') format("truetype");
}
@font-face {
   font-family: roboto_mono_b;
   src: url('./fonts/RobotoMono-Bold.ttf') format("truetype");
}
/*@font-face {
   font-family: roboto_mono_b;
   src: url('./RobotoMono-Bold.ttf') format("truetype");
}*/