initial commit

This commit is contained in:
Zvonimir Rudinski
2024-07-07 04:20:03 +02:00
commit a84874fb8e
30 changed files with 9272 additions and 0 deletions

23
public/font.css Normal file
View File

@@ -0,0 +1,23 @@
@font-face {
font-family: 'SquadaOne';
src: url('/fonts/SquadaOne-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'PTSans';
src: url('/fonts/PTSansCaption-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'PTSans';
src: url('/fonts/PTSansCaption-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}