first commit

This commit is contained in:
2025-09-16 01:40:08 +03:00
commit d9969e1394
252 changed files with 41184 additions and 0 deletions

30
fonts.css Normal file
View File

@@ -0,0 +1,30 @@
@font-face {
font-family: Lato;
font-weight: 900;
font-style: normal;
src: local("Lato"),
url("../fonts/Lato-Black.woff2") format('woff2'),
url("../fonts/Lato-Black.woff") format('woff'),
url("../fonts/Lato-Black.eot") format('eot');
font-display: swap;
}
@font-face {
font-family: Lato;
font-weight: 700;
font-style: normal;
src: local("Lato"),
url("../fonts/Lato-Bold.woff2") format('woff2'),
url("../fonts/Lato-Bold.woff") format('woff'),
url("../fonts/Lato-Bold.eot") format('eot');
font-display: swap;
}
@font-face {
font-family: Lato;
font-weight: 400;
font-style: normal;
src: local("Lato"),
url("../fonts/Lato-Regular.woff2") format('woff2'),
url("../fonts/Lato-Regular.woff") format('woff'),
url("../fonts/Lato-Regular.eot") format('eot');
font-display: swap;
}