290426 Initial commit

This commit is contained in:
Kishore Kumar C
2026-04-29 15:21:52 +05:30
commit 7deb9dd383
239 changed files with 189184 additions and 0 deletions

8
assets/css/fontello-enqueue.css vendored Normal file
View File

@@ -0,0 +1,8 @@
@font-face {
font-display: swap;
font-family: 'fontello';
src: url(../fonts/fontello.eot?98791691);
src: url("../fonts/fontello.eot?98791691#iefix") format("embedded-opentype"),url(../fonts/fontello.woff2?98791691) format("woff2"),url(../fonts/fontello.woff?98791691) format("woff"),url(../fonts/fontello.ttf?98791691) format("truetype"),url("../fonts/fontello.svg?98791691#fontello") format("svg");
font-weight: 400;
font-style: normal
}