第一次提交
This commit is contained in:
27
static/icon/fui-custom-icon.css
Normal file
27
static/icon/fui-custom-icon.css
Normal file
@ -0,0 +1,27 @@
|
||||
@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";
|
||||
}
|
BIN
static/icon/fui-custom-icon.ttf
Normal file
BIN
static/icon/fui-custom-icon.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user