mirror of https://github.com/certd/certd
34 lines
538 B
CSS
34 lines
538 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4688792 */
|
|
src: url('iconfont.svg?t=1727153857332#iconfont') format('svg');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.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";
|
|
}
|
|
|