erster brauchbarer stand.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user