@font-face {
|
font-family: "iconfont"; /* Project id 3479392 */
|
/* src: url('iconfont.woff2?t=1655880761622') format('woff2'),
|
url('iconfont.woff?t=1655880761622') format('woff'),
|
url('iconfont.ttf?t=1655880761622') format('truetype'); */
|
src:url('@/static/iconfont/iconfont.ttf')format('truetype');
|
}
|
|
|
.iconfont {
|
font-family: "iconfont" !important;
|
font-size: 13px;
|
font-style: normal;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
}
|
|
.icon-caidan:before {
|
content: "\e614";
|
}
|