26 lines
485 B
CSS
26 lines
485 B
CSS
@font-face {
|
|
font-family: "iconfont_courseCard"; /* Project id */
|
|
src: url('./font/iconfont_courseCard.ttf?t=1780537357472') format('truetype');
|
|
}
|
|
|
|
.iconfont_courseCard {
|
|
font-family: "iconfont_courseCard" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-didian:before {
|
|
content: "\e61a";
|
|
}
|
|
|
|
.icon-renwu-ren:before {
|
|
content: "\e749";
|
|
}
|
|
|
|
.icon-shijian:before {
|
|
content: "\e61d";
|
|
}
|
|
|