INBOX/chatgpt versuch/Chrystal_Math_CI_Package/web/fonts-self-hosted-template.css
2026-08-07 15:50:54 +02:00

16 lines
478 B
CSS

/* Self-hosted font template. Place legally downloaded WOFF2 files in web/fonts/.
Keep each font's OFL.txt alongside the files. */
@font-face {
font-family: "GFS Didot";
src: url("fonts/gfs-didot-regular.woff2") format("woff2");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: "Dosis";
src: url("fonts/dosis-variable.woff2") format("woff2-variations");
font-style: normal;
font-weight: 200 800;
font-display: swap;
}