20 lines
555 B
CSS
20 lines
555 B
CSS
@font-face {
|
|
font-family: 'iconfont'; /* Project id 4035241 */
|
|
src: url('/uni_modules/kevy-collapse/static/icon/iconfont.woff2') format('woff2'),
|
|
url('/uni_modules/kevy-collapse/static/icon/iconfont.woff') format('woff'),
|
|
url('/uni_modules/kevy-collapse/static/icon/iconfont.ttf') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-arrow:before {
|
|
content: "\eb8a";
|
|
transition: transform .2s linear;
|
|
}
|
|
|