/*
  Google Sans Code – variable weight font
  Use font-weight: 100–900 (or 1–1000) in CSS.
*/

@font-face {
  font-family: 'Google Sans Code';
  src: url('GoogleSansCode-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans Code';
  src: url('GoogleSansCode-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
