/* Lokal ausgelieferte Schriften.
   Wird automatisch geladen, sobald diese Datei existiert.

   Muster, Pfade sind relativ zu diesem Ordner:

@font-face{
  font-family:"Beispiel Serif";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url("beispiel-serif-latin-400-normal.woff2") format("woff2");
}
@font-face{
  font-family:"Beispiel Sans Var";
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url("beispiel-sans-latin-wght-normal.woff2") format("woff2");
}

   Bezug ueber npm, nicht ueber den Google-Download:
     npm i @fontsource/<familie>  bzw.  @fontsource-variable/<familie>
   Die WOFF2 liegen dann unter node_modules/@fontsource*/<familie>/files/

   Lizenznachweis gehoert nach LIZENZEN.md in diesen Ordner. */
