font display swap added

This commit is contained in:
Alaguraj0361 2025-10-29 09:32:54 +05:30
parent 445763b7cd
commit 53ed84b117
3 changed files with 4128 additions and 2045 deletions

View File

@ -66,7 +66,7 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
{(footerStyle === 1 || !footerStyle) && <Footer1 />}
{footerStyle === 2 && <Footer2 />}
</div>
<ContactFloat />
{/* <ContactFloat /> */}
{/* <SocialFloat/> */}
<BackToTop scroll={scroll} />
</>

View File

@ -1,16 +1,18 @@
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?tin97q');
src: url('../fonts/icomoon.eot?tin97q#iefix') format('embedded-opentype'),
src: url('../fonts/icomoon.eot?tin97q');
src: url('../fonts/icomoon.eot?tin97q#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?tin97q') format('truetype'),
url('../fonts/icomoon.woff?tin97q') format('woff'),
url('../fonts/icomoon.svg?tin97q#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
/* font-display: block; */
font-display: swap;
}
[class^="icon-"], [class*=" icon-"] {
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
@ -28,114 +30,151 @@
.icon-1:before {
content: "\e900";
}
.icon-2:before {
content: "\e901";
}
.icon-3:before {
content: "\e902";
}
.icon-4:before {
content: "\e903";
}
.icon-5:before {
content: "\e904";
}
.icon-6:before {
content: "\e905";
}
.icon-7:before {
content: "\e906";
}
.icon-8:before {
content: "\e907";
}
.icon-9:before {
content: "\e908";
}
.icon-10:before {
content: "\e909";
}
.icon-11:before {
content: "\e90a";
}
.icon-12:before {
content: "\e90b";
}
.icon-13:before {
content: "\e90c";
}
.icon-14:before {
content: "\e90d";
}
.icon-15:before {
content: "\e90e";
}
.icon-16:before {
content: "\e90f";
}
.icon-17:before {
content: "\e910";
}
.icon-18:before {
content: "\e911";
}
.icon-19:before {
content: "\e912";
}
.icon-20:before {
content: "\e913";
}
.icon-21:before {
content: "\e914";
}
.icon-22:before {
content: "\e915";
}
.icon-23:before {
content: "\e916";
}
.icon-24:before {
content: "\e917";
}
.icon-25:before {
content: "\e918";
}
.icon-26:before {
content: "\e919";
}
.icon-27:before {
content: "\e91a";
}
.icon-28:before {
content: "\e91b";
}
.icon-29:before {
content: "\e91c";
}
.icon-30:before {
content: "\e91d";
}
.icon-31:before {
content: "\e91e";
}
.icon-32:before {
content: "\e91f";
}
.icon-33:before {
content: "\e920";
}
.icon-34:before {
content: "\e921";
}
.icon-35:before {
content: "\e922";
}
.icon-36:before {
content: "\e923";
}
.icon-37:before {
content: "\e924";
}
.icon-38:before {
content: "\e925";
}

File diff suppressed because it is too large Load Diff