Ich beantworte gerne alle Fragen, muss aber nicht alles selbst erklären:
https://support.monotype.com/de/arti...variable-fonts
Die hier gelb markierten verwende ich aktuell:
Andada Pro.png
Eingebunden sind sie im CCS dann so:
Code:
@font-face {
font-family: "Andada Pro";
src: url('/files/.../AndadaPro[wght].woff2') format("woff2-variations");
font-weight: 400 800;
font-style: normal;
}
@font-face {
font-family: "Andada Pro";
src: url('/files/.../AndadaPro-Italic[wght].woff2') format("woff2-variations");
font-weight: 400 800;
font-style: italic;
}