font display swap added
This commit is contained in:
parent
445763b7cd
commit
53ed84b117
@ -66,7 +66,7 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
|
|||||||
{(footerStyle === 1 || !footerStyle) && <Footer1 />}
|
{(footerStyle === 1 || !footerStyle) && <Footer1 />}
|
||||||
{footerStyle === 2 && <Footer2 />}
|
{footerStyle === 2 && <Footer2 />}
|
||||||
</div>
|
</div>
|
||||||
<ContactFloat />
|
{/* <ContactFloat /> */}
|
||||||
{/* <SocialFloat/> */}
|
{/* <SocialFloat/> */}
|
||||||
<BackToTop scroll={scroll} />
|
<BackToTop scroll={scroll} />
|
||||||
</>
|
</>
|
||||||
|
|||||||
@ -1,16 +1,18 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'icomoon';
|
font-family: 'icomoon';
|
||||||
src: url('../fonts/icomoon.eot?tin97q');
|
src: url('../fonts/icomoon.eot?tin97q');
|
||||||
src: url('../fonts/icomoon.eot?tin97q#iefix') format('embedded-opentype'),
|
src: url('../fonts/icomoon.eot?tin97q#iefix') format('embedded-opentype'),
|
||||||
url('../fonts/icomoon.ttf?tin97q') format('truetype'),
|
url('../fonts/icomoon.ttf?tin97q') format('truetype'),
|
||||||
url('../fonts/icomoon.woff?tin97q') format('woff'),
|
url('../fonts/icomoon.woff?tin97q') format('woff'),
|
||||||
url('../fonts/icomoon.svg?tin97q#icomoon') format('svg');
|
url('../fonts/icomoon.svg?tin97q#icomoon') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: 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 */
|
/* use !important to prevent issues with browser extensions that change fonts */
|
||||||
font-family: 'icomoon' !important;
|
font-family: 'icomoon' !important;
|
||||||
speak: never;
|
speak: never;
|
||||||
@ -28,114 +30,151 @@
|
|||||||
.icon-1:before {
|
.icon-1:before {
|
||||||
content: "\e900";
|
content: "\e900";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-2:before {
|
.icon-2:before {
|
||||||
content: "\e901";
|
content: "\e901";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-3:before {
|
.icon-3:before {
|
||||||
content: "\e902";
|
content: "\e902";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-4:before {
|
.icon-4:before {
|
||||||
content: "\e903";
|
content: "\e903";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-5:before {
|
.icon-5:before {
|
||||||
content: "\e904";
|
content: "\e904";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-6:before {
|
.icon-6:before {
|
||||||
content: "\e905";
|
content: "\e905";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-7:before {
|
.icon-7:before {
|
||||||
content: "\e906";
|
content: "\e906";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-8:before {
|
.icon-8:before {
|
||||||
content: "\e907";
|
content: "\e907";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-9:before {
|
.icon-9:before {
|
||||||
content: "\e908";
|
content: "\e908";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-10:before {
|
.icon-10:before {
|
||||||
content: "\e909";
|
content: "\e909";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-11:before {
|
.icon-11:before {
|
||||||
content: "\e90a";
|
content: "\e90a";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-12:before {
|
.icon-12:before {
|
||||||
content: "\e90b";
|
content: "\e90b";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-13:before {
|
.icon-13:before {
|
||||||
content: "\e90c";
|
content: "\e90c";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-14:before {
|
.icon-14:before {
|
||||||
content: "\e90d";
|
content: "\e90d";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-15:before {
|
.icon-15:before {
|
||||||
content: "\e90e";
|
content: "\e90e";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-16:before {
|
.icon-16:before {
|
||||||
content: "\e90f";
|
content: "\e90f";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-17:before {
|
.icon-17:before {
|
||||||
content: "\e910";
|
content: "\e910";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-18:before {
|
.icon-18:before {
|
||||||
content: "\e911";
|
content: "\e911";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-19:before {
|
.icon-19:before {
|
||||||
content: "\e912";
|
content: "\e912";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-20:before {
|
.icon-20:before {
|
||||||
content: "\e913";
|
content: "\e913";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-21:before {
|
.icon-21:before {
|
||||||
content: "\e914";
|
content: "\e914";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-22:before {
|
.icon-22:before {
|
||||||
content: "\e915";
|
content: "\e915";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-23:before {
|
.icon-23:before {
|
||||||
content: "\e916";
|
content: "\e916";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-24:before {
|
.icon-24:before {
|
||||||
content: "\e917";
|
content: "\e917";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-25:before {
|
.icon-25:before {
|
||||||
content: "\e918";
|
content: "\e918";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-26:before {
|
.icon-26:before {
|
||||||
content: "\e919";
|
content: "\e919";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-27:before {
|
.icon-27:before {
|
||||||
content: "\e91a";
|
content: "\e91a";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-28:before {
|
.icon-28:before {
|
||||||
content: "\e91b";
|
content: "\e91b";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-29:before {
|
.icon-29:before {
|
||||||
content: "\e91c";
|
content: "\e91c";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-30:before {
|
.icon-30:before {
|
||||||
content: "\e91d";
|
content: "\e91d";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-31:before {
|
.icon-31:before {
|
||||||
content: "\e91e";
|
content: "\e91e";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-32:before {
|
.icon-32:before {
|
||||||
content: "\e91f";
|
content: "\e91f";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-33:before {
|
.icon-33:before {
|
||||||
content: "\e920";
|
content: "\e920";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-34:before {
|
.icon-34:before {
|
||||||
content: "\e921";
|
content: "\e921";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-35:before {
|
.icon-35:before {
|
||||||
content: "\e922";
|
content: "\e922";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-36:before {
|
.icon-36:before {
|
||||||
content: "\e923";
|
content: "\e923";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-37:before {
|
.icon-37:before {
|
||||||
content: "\e924";
|
content: "\e924";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-38:before {
|
.icon-38:before {
|
||||||
content: "\e925";
|
content: "\e925";
|
||||||
}
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user