init
This commit is contained in:
39
public/font/iconfont.css
Normal file
39
public/font/iconfont.css
Normal file
@@ -0,0 +1,39 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 2894474 */
|
||||
src: url('iconfont.woff2?t=1680857472498') format('woff2'),
|
||||
url('iconfont.woff?t=1680857472498') format('woff'),
|
||||
url('iconfont.ttf?t=1680857472498') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-tag:before {
|
||||
content: "\e715";
|
||||
}
|
||||
|
||||
.icon-logout:before {
|
||||
content: "\e636";
|
||||
}
|
||||
|
||||
.icon-user:before {
|
||||
content: "\e682";
|
||||
}
|
||||
|
||||
.icon-xiaoxi:before {
|
||||
content: "\e61f";
|
||||
}
|
||||
|
||||
.icon-chenggong:before {
|
||||
content: "\e60d";
|
||||
}
|
||||
|
||||
.icon-xiala:before {
|
||||
content: "\e635";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user