This commit is contained in:
gribse 2025-10-06 19:21:06 +02:00
parent 2fe0c9a830
commit 7b9c07b83e
1444 changed files with 11476 additions and 42112 deletions

View file

@ -0,0 +1,27 @@
/* Custom font definition */
@font-face {
font-family: 'tt2020';
src: url('/fonts/TT2020StyleE-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap; /* Improves loading performance */
}
/* Optional: if you have multiple weights/styles */
/*
@font-face {
font-family: 'CustomFont';
src: url('/fonts/your-font-file-bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'CustomFont';
src: url('/fonts/your-font-file-italic.woff') format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
*/