76 lines
1.1 KiB
CSS
76 lines
1.1 KiB
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4440655 */
|
|
src: url('iconfont.woff2?t=1709378049768') format('woff2'),
|
|
url('iconfont.woff?t=1709378049768') format('woff'),
|
|
url('iconfont.ttf?t=1709378049768') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-parameter:before {
|
|
content: "\e6be";
|
|
}
|
|
|
|
.icon-task-:before {
|
|
content: "\e602";
|
|
}
|
|
|
|
.icon-fork:before {
|
|
content: "\e735";
|
|
}
|
|
|
|
.icon-prevent:before {
|
|
content: "\e69d";
|
|
}
|
|
|
|
.icon-Function:before {
|
|
content: "\e90e";
|
|
}
|
|
|
|
.icon-R:before {
|
|
content: "\e6ec";
|
|
}
|
|
|
|
.icon-integer:before {
|
|
content: "\e603";
|
|
}
|
|
|
|
.icon-String:before {
|
|
content: "\e614";
|
|
}
|
|
|
|
.icon-brackets:before {
|
|
content: "\e613";
|
|
}
|
|
|
|
.icon-register:before {
|
|
content: "\e611";
|
|
}
|
|
|
|
.icon-about:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-setting:before {
|
|
content: "\e657";
|
|
}
|
|
|
|
.icon-Collections:before {
|
|
content: "\e689";
|
|
}
|
|
|
|
.icon-memory-chip:before {
|
|
content: "\e600";
|
|
}
|
|
|
|
.icon-wave-square:before {
|
|
content: "\ebd0";
|
|
}
|
|
|