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