
/* copied from the css file as delivered from google fonts */
/* NOTE this is a variable weight font, just one file */

@font-face {
  font-family: 'Mozilla Text';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url('fonts/MozillaText-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Fira Code';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/Fira Code Medium Nerd Font Complete Mono.ttf') format('truetype');
}
