forked from 77media/video-flow
24 lines
535 B
CSS
24 lines
535 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 5039410 */
|
|
src: url('./iconfont.woff2?t=1760340285776') format('woff2'),
|
|
url('./iconfont.woff?t=1760340285776') format('woff'),
|
|
url('./iconfont.ttf?t=1760340285776') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-shipindiushibaojing:before {
|
|
content: "\e618";
|
|
}
|
|
|
|
.icon-tudiushi:before {
|
|
content: "\e717";
|
|
}
|
|
|