feat: v0.1.0
This commit is contained in:
31
src/assets/font/iconfont.css
Normal file
31
src/assets/font/iconfont.css
Normal file
@ -0,0 +1,31 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 3226183 */
|
||||
src: url('iconfont.woff2?t=1646623670176') format('woff2'),
|
||||
url('iconfont.woff?t=1646623670176') format('woff'),
|
||||
url('iconfont.ttf?t=1646623670176') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-duihao:before {
|
||||
content: "\eaf1";
|
||||
}
|
||||
|
||||
.icon-guanbi:before {
|
||||
content: "\eaf2";
|
||||
}
|
||||
|
||||
.icon-jiahao:before {
|
||||
content: "\eaf3";
|
||||
}
|
||||
|
||||
.icon-setup:before {
|
||||
content: "\eb80";
|
||||
}
|
||||
|
Reference in New Issue
Block a user