@font-face {
    font-family: 'Menlo-Regular';
    src: url('Menlo-Regular.ttf');
  }

@font-face {
  font-family: 'Menlo-Bold';
  src: url('Menlo-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: SourceCodePro-Regular;
  src: url('SourceCodePro-Regular.ttf.woff2');
}