36 lines
664 B
CSS
36 lines
664 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4440655 */
|
|
src: url('iconfont.woff2?t=1708609094813') format('woff2'),
|
|
url('iconfont.woff?t=1708609094813') format('woff'),
|
|
url('iconfont.ttf?t=1708609094813') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.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";
|
|
}
|
|
|