/* Roboto Mono */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/RobotoMono-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/RobotoMono-Bold.ttf') format('truetype');
}


/* Material Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MaterialIcons.woff2') format('woff2'),
       url('../fonts/MaterialIcons.woff') format('woff'),
       url('../fonts/MaterialIcons.ttf') format('truetype');
}
