23 lines
474 B
CSS
23 lines
474 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4921806 */
|
|
src: url('iconfont.woff?t=1747274949107') format('woff'),
|
|
url('iconfont.ttf?t=1747274949107') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont", serif !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-RectangleCopy:before {
|
|
content: "\e6a2";
|
|
}
|
|
|
|
.icon-RectangleCopy1:before {
|
|
content: "\e6a4";
|
|
}
|
|
|