mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-30 09:24:46 +08:00
39 lines
740 B
CSS
39 lines
740 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 2208059 */
|
|
src: url("iconfont.woff2?t=1636070926069") format("woff2"),
|
|
url("iconfont.woff?t=1636070926069") format("woff"),
|
|
url("iconfont.ttf?t=1636070926069") format("truetype");
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.team-iconshuijin::before {
|
|
content: "\e621";
|
|
}
|
|
|
|
.team-iconzu2148::before {
|
|
content: "\e620";
|
|
}
|
|
|
|
.team-iconxinpin::before {
|
|
content: "\e614";
|
|
}
|
|
|
|
.team-iconxinpinrenqiwang::before {
|
|
content: "\e615";
|
|
}
|
|
|
|
.team-iconexit-fullscreen::before {
|
|
content: "\e62a";
|
|
}
|
|
|
|
.team-iconfullscreen::before {
|
|
content: "\e62b";
|
|
}
|