You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
957 B
66 lines
957 B
|
4 years ago
|
@font-face {
|
||
|
|
font-family: "iconfont"; /* Project id */
|
||
|
|
src: url('iconfont.ttf?t=1650122080214') format('truetype');
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconfont {
|
||
|
|
font-family: "iconfont" !important;
|
||
|
|
font-size: 16px;
|
||
|
|
font-style: normal;
|
||
|
|
-webkit-font-smoothing: antialiased;
|
||
|
|
-moz-osx-font-smoothing: grayscale;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-apple-alt:before {
|
||
|
|
content: "\eaef";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-bookmark:before {
|
||
|
|
content: "\eafb";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-code:before {
|
||
|
|
content: "\eb15";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-file-alt:before {
|
||
|
|
content: "\eb33";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-folder-minus:before {
|
||
|
|
content: "\eb34";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-file-export:before {
|
||
|
|
content: "\eb35";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-folder-open:before {
|
||
|
|
content: "\eb36";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-map-marked-alt:before {
|
||
|
|
content: "\eb5e";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-paper-plane:before {
|
||
|
|
content: "\eb6f";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-search:before {
|
||
|
|
content: "\eb8c";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-upload:before {
|
||
|
|
content: "\ebbe";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-user:before {
|
||
|
|
content: "\ebbf";
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-user-circle:before {
|
||
|
|
content: "\ebc0";
|
||
|
|
}
|
||
|
|
|