Implement creator studio and upload updates

This commit is contained in:
2026-04-04 10:12:02 +02:00
parent 1da7d3bf88
commit 0b216b7ecd
15107 changed files with 31206 additions and 626514 deletions

View File

@@ -1,3 +1,51 @@
@font-face {
font-family: 'Anton';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('/fonts/nova-cards/anton-400.woff2') format('woff2');
}
@font-face {
font-family: 'Caveat';
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url('/fonts/nova-cards/caveat-400-700.woff2') format('woff2');
}
@font-face {
font-family: 'Cormorant Garamond';
font-style: normal;
font-weight: 500 700;
font-display: swap;
src: url('/fonts/nova-cards/cormorant-garamond-500-700.woff2') format('woff2');
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url('/fonts/nova-cards/inter-400-700.woff2') format('woff2');
}
@font-face {
font-family: 'Libre Franklin';
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url('/fonts/nova-cards/libre-franklin-400-700.woff2') format('woff2');
}
@font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 600 700;
font-display: swap;
src: url('/fonts/nova-cards/playfair-display-600-700.woff2') format('woff2');
}
@tailwind base;
@tailwind components;
@tailwind utilities;