erster brauchbarer stand.

This commit is contained in:
maik
2026-08-18 15:32:41 +02:00
commit 553247cdfb
460 changed files with 13751 additions and 0 deletions
+118
View File
@@ -0,0 +1,118 @@
/* =========================================================================
ABC Favorit lokal gehostet (DSGVO: keine Third-Party-Font-Requests)
Dateien: /static/fonts/favorit/ → ausgeliefert unter /fonts/favorit/
Pfade relativ zur gebundelten CSS (/css/…) ⇒ funktioniert auch unter
Subpfad-baseURL.
========================================================================= */
/* --- Light 300 --- */
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-Light.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-Light.woff") format("woff");
font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-LightItalic.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-LightItalic.woff") format("woff");
font-weight: 300; font-style: italic; font-display: swap;
}
/* --- Book 350 --- */
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-Book.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-Book.woff") format("woff");
font-weight: 350; font-style: normal; font-display: swap;
}
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-BookItalic.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-BookItalic.woff") format("woff");
font-weight: 350; font-style: italic; font-display: swap;
}
/* --- Regular 400 --- */
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-Regular.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-Regular.woff") format("woff");
font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-RegularItalic.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-RegularItalic.woff") format("woff");
font-weight: 400; font-style: italic; font-display: swap;
}
/* --- Medium 500 --- */
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-Medium.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-Medium.woff") format("woff");
font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-MediumItalic.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-MediumItalic.woff") format("woff");
font-weight: 500; font-style: italic; font-display: swap;
}
/* --- Bold 700 --- */
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-Bold.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-Bold.woff") format("woff");
font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-BoldItalic.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-BoldItalic.woff") format("woff");
font-weight: 700; font-style: italic; font-display: swap;
}
/* --- Extrabold 800 --- */
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-Extrabold.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-Extrabold.woff") format("woff");
font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-ExtraboldItalic.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-ExtraboldItalic.woff") format("woff");
font-weight: 800; font-style: italic; font-display: swap;
}
/* --- Black 900 --- */
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-Black.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-Black.woff") format("woff");
font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-BlackItalic.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-BlackItalic.woff") format("woff");
font-weight: 900; font-style: italic; font-display: swap;
}
/* --- Ultra 950 (schwerster Schnitt) --- */
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-Ultra.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-Ultra.woff") format("woff");
font-weight: 950; font-style: normal; font-display: swap;
}
@font-face {
font-family: "ABC Favorit";
src: url("../fonts/favorit/ABCFavorit-UltraItalic.woff2") format("woff2"),
url("../fonts/favorit/ABCFavorit-UltraItalic.woff") format("woff");
font-weight: 950; font-style: italic; font-display: swap;
}