@font-face {
  font-family: 'Source Code Pro';
  font-weight: 300;
  src: url(./light.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 400;
    src: url(./regular.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 600;
    src: url(./semibold.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 700;
    src: url(./bold.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Source Code Pro';
    font-weight: 900;
    src: url(./black.ttf) format('truetype');
  }