16 lines
478 B
CSS
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;
|
|
}
|