﻿/* Source Sans 3 – lokal eingebunden statt über fonts.googleapis.com.
   Enthalten sind nur die Schnitte, die das Stylesheet wirklich benutzt;
   das entspricht dem, was zuvor von Google angefordert wurde.
   Dateien: wwwroot/fonts/source-sans-3/ */

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/source-sans-3/SourceSans3-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/source-sans-3/SourceSans3-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Source Sans 3";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/source-sans-3/SourceSans3-Italic.ttf") format("truetype");
}
