/* Noto Mono Regular */
@font-face {
  font-family: 'Noto Mono';
  src: url('NotoMono-Regular.eot'); /* IE9 Modo de Compatibilidade */
  src: url('NotoMono-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('NotoMono-Regular.woff') format('woff'), /* Navegadores Atuais */
  url('NotoMono-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}