/* Diese Datei wird von werkzeug/schriften_bauen.py erzeugt. Nicht von Hand
   aendern, sie ist beim naechsten Bauen wieder weg.

   Die Schriften liegen auf diesem Server, nicht bei Google. Die chinesische
   ist auf die Zeichen zugeschnitten, die in den Daten vorkommen; kaeme ein
   neues dazu, muss dieses Skript einmal laufen. Das passiert beim Ausrollen. */

@font-face {
  font-family: 'Outfit';
  src: url('schriften/Outfit.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('schriften/JetBrainsMono.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif SC';
  src: url('schriften/NotoSerifSC.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
