smartmeter-app/common/css/iconfont.css

23 lines
628 B
CSS
Raw Normal View History

2023-12-05 16:45:28 +08:00
@font-face {
2024-01-27 16:37:52 +08:00
font-family: "iconfont"; /* Project id 4424810 */
src: url('//at.alicdn.com/t/c/font_4424810_0wqy30upiu1m.woff2?t=1706272714682') format('woff2'),
url('//at.alicdn.com/t/c/font_4424810_0wqy30upiu1m.woff?t=1706272714682') format('woff'),
url('//at.alicdn.com/t/c/font_4424810_0wqy30upiu1m.ttf?t=1706272714682') format('truetype');
2023-12-05 16:45:28 +08:00
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-shanchu:before {
2024-01-27 16:37:52 +08:00
content: "\e6ac";
2023-12-05 16:45:28 +08:00
}
2024-01-27 16:37:52 +08:00
.icon-xiangyou1:before {
content: "\e775";
2023-12-05 16:45:28 +08:00
}