21 lines
307 B
CSS
21 lines
307 B
CSS
@font-face {
|
|
font-family: "customicons"; /* Project id 2878519 */
|
|
src:url('/static/customicons.ttf') format('truetype');
|
|
}
|
|
|
|
.customicons {
|
|
font-family: "customicons" !important;
|
|
}
|
|
|
|
.youxi:before {
|
|
content: "\e60e";
|
|
}
|
|
|
|
.wenjian:before {
|
|
content: "\e60f";
|
|
}
|
|
|
|
.zhuanfa:before {
|
|
content: "\e610";
|
|
}
|