20260505 Backup

This commit is contained in:
2026-05-05 23:58:14 +00:00
parent a590cd030f
commit 0bc354d095
870 changed files with 30817 additions and 46676 deletions

28
Gateways/FE/themes/stream-light/fonts.css Executable file → Normal file
View File

@@ -1,7 +1,31 @@
@font-face {
font-family: "Nunito Sans";
src: url('./NunitoSans-Variable.ttf') format('truetype');
font-weight: 200 900;
src: url('fonts/NunitoSans-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Nunito Sans";
src: url('fonts/NunitoSans-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Nunito Sans";
src: url('fonts/NunitoSans-ExtraBold.ttf') format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Nunito Sans";
src: url('fonts/NunitoSans-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}