mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
46 lines
686 B
CSS
46 lines
686 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4688792 */
|
|
src: url('iconfont.svg?t=1741879397012#iconfont') format('svg');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-WAF-changting-leichi:before {
|
|
content: "\e61d";
|
|
}
|
|
|
|
.icon-ctyun:before {
|
|
content: "\e719";
|
|
}
|
|
|
|
.icon-huawei:before {
|
|
content: "\e610";
|
|
}
|
|
|
|
.icon-qiniuyun:before {
|
|
content: "\e603";
|
|
}
|
|
|
|
.icon-aliyun:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-tencentcloud:before {
|
|
content: "\e747";
|
|
}
|
|
|
|
.icon-dogecloud:before {
|
|
content: "\e605";
|
|
}
|
|
|
|
.icon-bt:before {
|
|
content: "\e600";
|
|
}
|
|
|