beta/src/styles/fonts.css [5:11]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/SourceCodePro-Regular.ttf') format('truetype');
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



beta/src/styles/index.css [10:16]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @font-face {
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/SourceCodePro-Regular.ttf') format('truetype');
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



