init: frontend

This commit is contained in:
snusxd
2026-04-10 00:41:21 +03:00
commit d2b5489001
26 changed files with 4022 additions and 0 deletions

11
src/global.css Normal file
View File

@@ -0,0 +1,11 @@
body {
background-color: #353535;
font-family: 'Iosevka', sans-serif;
}
@font-face {
font-family: 'Iosevka';
src: url('public/fonts/sgr_iosevka_regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}