initial commit

This commit is contained in:
laura 2025-11-06 21:45:58 -03:00
commit e2466b202a
Signed by: w
GPG key ID: BCD2117C99E69817
50 changed files with 4356 additions and 0 deletions

Binary file not shown.

43
static/fonts/iosevka-custom/import.css vendored Normal file
View file

@ -0,0 +1,43 @@
@font-face {
font-family: "Iosevka Custom Web";
font-display: swap;
font-weight: 400;
font-stretch: normal;
font-style: normal;
src:
url("WOFF2/IosevkaCustom-Regular.woff2") format("woff2"),
url("TTF/IosevkaCustom-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Iosevka Custom Web";
font-display: swap;
font-weight: 400;
font-stretch: normal;
font-style: italic;
src:
url("WOFF2/IosevkaCustom-Italic.woff2") format("woff2"),
url("TTF/IosevkaCustom-Italic.ttf") format("truetype");
}
@font-face {
font-family: "Iosevka Custom Web";
font-display: swap;
font-weight: 700;
font-stretch: normal;
font-style: normal;
src:
url("WOFF2/IosevkaCustom-Bold.woff2") format("woff2"),
url("TTF/IosevkaCustom-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Iosevka Custom Web";
font-display: swap;
font-weight: 700;
font-stretch: normal;
font-style: italic;
src:
url("WOFF2/IosevkaCustom-BoldItalic.woff2") format("woff2"),
url("TTF/IosevkaCustom-BoldItalic.ttf") format("truetype");
}