/* * {
    font-family: RobotoMono, sans-serif;  
  }
   */
  @font-face {
      font-family: 'RobotoMono';
      src: url('RobotoMono-Regular.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
   
  @font-face {
      font-family: 'RobotoMono';
      src: url('RobotoMono-Italic.ttf') format('truetype');
      font-weight: normal;
      font-style: italic;
  }
   
  @font-face {
      font-family: 'RobotoMono';
      src: url('RobotoMono-Bold.ttf') format('truetype');
      font-weight: bold;
      font-style: normal;
  }
   
  @font-face {
      font-family: 'RobotoMono';
      src: url('RobotoMono-BoldItalic.ttf') format('truetype');
      font-weight: bold;
      font-style: italic;
  }
   
  @font-face {
      font-family: 'RobotoMono';
      src: url('RobotoMono-Thin.ttf') format('truetype');
      font-weight: 200;
      font-style: normal;
  }
   
  @font-face {
      font-family: 'RobotoMono';
      src: url('RobotoMono-Light.ttf') format('truetype');
      font-weight: 100;
      font-style: normal;
  }
   
  @font-face {
      font-family: 'RobotoMono';
      src: url('RobotoMono-LightItalic.ttf') format('truetype');
      font-weight: 100;
      font-style: italic;
  }
   
  @font-face {
      font-family: 'RobotoMono';
      src: url('RobotoMono-Medium.ttf') format('truetype');
      font-weight: 300;
      font-style: normal;
  }
   
  @font-face {
      font-family: 'RobotoMono';
      src: url('RobotoMono-MediumItalic.ttf') format('truetype');
      font-weight: 300;
      font-style: italic;
  }