28 lines
425 B
CSS
28 lines
425 B
CSS
@font-face {
|
|
font-family: iconfont;
|
|
src: url('/static/icon/fui-custom-icon.ttf') format('truetype');
|
|
}
|
|
|
|
.fui-custom-icon {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
.icon-fabulous:before {
|
|
content: "\e704";
|
|
}
|
|
|
|
.icon-collection:before {
|
|
content: "\e705";
|
|
}
|
|
|
|
.icon-comment:before {
|
|
content: "\e706";
|
|
}
|
|
|
|
.icon-forward:before {
|
|
content: "\e707";
|
|
}
|