84 lines
2.1 KiB
CSS
Executable File
84 lines
2.1 KiB
CSS
Executable File
@font-face {
|
|
font-family: 'icomoon';
|
|
src: url('fonts/icomoon.eot?11cuay');
|
|
src: url('fonts/icomoon.eot?11cuay#iefix') format('embedded-opentype'),
|
|
url('fonts/icomoon.ttf?11cuay') format('truetype'),
|
|
url('fonts/icomoon.woff?11cuay') format('woff'),
|
|
url('fonts/icomoon.svg?11cuay#icomoon') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
[class^="icon-"], [class*=" icon-"] {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'icomoon' !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-search:before {
|
|
content: "\e900";
|
|
}
|
|
.icon-category:before {
|
|
content: "\e924";
|
|
}
|
|
.icon-Under-line:before {
|
|
content: "\e91e";
|
|
}
|
|
.icon-On-line:before {
|
|
content: "\e902";
|
|
}
|
|
.icon-support:before {
|
|
content: "\e921";
|
|
}
|
|
.icon-media:before {
|
|
content: "\e922";
|
|
}
|
|
.icon-join:before {
|
|
content: "\e901";
|
|
}
|
|
.icon-arrow:before {
|
|
content: "\e907";
|
|
}
|
|
.icon-Double-Arrow:before {
|
|
content: "\e903";
|
|
}
|
|
|
|
|
|
@font-face {
|
|
font-family: 'colleciton';
|
|
src: url('fonts/colleciton/icomoon.eot?11cuay');
|
|
src: url('fonts/colleciton/icomoon.eot?11cuay#iefix') format('embedded-opentype'),
|
|
url('fonts/colleciton/icomoon.ttf?11cuay') format('truetype'),
|
|
url('fonts/colleciton/icomoon.woff?11cuay') format('woff'),
|
|
url('fonts/colleciton/icomoon.svg?11cuay#icomoon') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
[class^="ic-"], [class*=" ic-"] {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'colleciton' !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.ic-collect:before {
|
|
content: "\e907";
|
|
}
|
|
.ic-collected:before {
|
|
content: "\e900";
|
|
} |