56 lines
882 B
CSS
56 lines
882 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 3891180 */
|
|
src: url('iconfont.woff2?t=1677325584554') format('woff2'),
|
|
url('iconfont.woff?t=1677325584554') format('woff'),
|
|
url('iconfont.ttf?t=1677325584554') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-double:before {
|
|
content: "\e61a";
|
|
}
|
|
|
|
.icon-upload:before {
|
|
content: "\e6b7";
|
|
}
|
|
|
|
.icon-top:before {
|
|
content: "\e626";
|
|
}
|
|
|
|
.icon-search:before {
|
|
content: "\e6e1";
|
|
}
|
|
|
|
.icon-menu:before {
|
|
content: "\e6a9";
|
|
}
|
|
|
|
.icon-bottom:before {
|
|
content: "\e674";
|
|
}
|
|
|
|
.icon-chevrons-bottom:before {
|
|
content: "\e644";
|
|
}
|
|
|
|
.icon-right1:before {
|
|
content: "\e78a";
|
|
}
|
|
|
|
.icon-right:before {
|
|
content: "\e68b";
|
|
}
|
|
|
|
.icon-arrow-right:before {
|
|
content: "\e743";
|
|
}
|
|
|