chore: asdas

This commit is contained in:
2025-02-10 17:42:04 +06:00
parent fd380e250d
commit 9746aad58a
3987 changed files with 775441 additions and 16 deletions

View File

@@ -0,0 +1,14 @@
/* Load Fonts */
@font-face {
font-family: 'font1';
font-weight: normal;
font-style: normal;
src: url('../Fonts/literata-regular.otf');
}
@font-face {
font-family: 'font2';
font-weight: bold;
font-style: italic;
src: url('../Fonts/literata-bold-italic.otf');
}