mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-16 06:03:42 +08:00
feat: import iconfont styles, change password function is ready
This commit is contained in:
31
web/src/assets/iconfont/iconfont.css
Normal file
31
web/src/assets/iconfont/iconfont.css
Normal file
@@ -0,0 +1,31 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4125778 */
|
||||
src: url('iconfont.woff2?t=1686901862117') format('woff2'),
|
||||
url('iconfont.woff?t=1686901862117') format('woff'),
|
||||
url('iconfont.ttf?t=1686901862117') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-password:before {
|
||||
content: "\e62a";
|
||||
}
|
||||
|
||||
.icon-send:before {
|
||||
content: "\e604";
|
||||
}
|
||||
|
||||
.icon-logout:before {
|
||||
content: "\e62e";
|
||||
}
|
||||
|
||||
.icon-github:before {
|
||||
content: "\e66f";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user