first commit

This commit is contained in:
2022-02-22 02:27:57 +01:00
commit 46255d1ca5
14 changed files with 122585 additions and 0 deletions

13
Fonts/stylesheet.css Normal file
View File

@@ -0,0 +1,13 @@
@font-face {
font-family: 'Burbank Big Cd Bd';
src: url('BurbankBigCondensed-Bold.eot');
src: url('BurbankBigCondensed-Bold.eot?#iefix') format('embedded-opentype'),
url('BurbankBigCondensed-Bold.woff2') format('woff2'),
url('BurbankBigCondensed-Bold.woff') format('woff'),
url('BurbankBigCondensed-Bold.ttf') format('truetype'),
url('BurbankBigCondensed-Bold.svg#BurbankBigCondensed-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}