feat: created competitions page model

This commit is contained in:
rngsurrounded
2025-03-01 14:29:12 +09:00
parent 6a993ce6ba
commit 9362ee30a9
34 changed files with 928 additions and 6 deletions
+20
View File
@@ -0,0 +1,20 @@
@font-face {
font-family: 'HSE Sans';
src: url('/fonts/HSESans-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'HSE Sans';
src: url('/fonts/HSESans-Bold.otf') format('opentype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'HSE Sans';
src: url('/fonts/HSESans-SemiBold.otf') format('opentype');
font-weight: 600;
font-style: normal;
}