|
|
@@ -0,0 +1,27 @@
|
|
|
+@font-face {
|
|
|
+ font-family: "iconfont"; /* Project id 4836800 */
|
|
|
+ src: url('iconfont.woff2?t=1740499411696') format('woff2'),
|
|
|
+ url('iconfont.woff?t=1740499411696') format('woff'),
|
|
|
+ url('iconfont.ttf?t=1740499411696') format('truetype');
|
|
|
+}
|
|
|
+
|
|
|
+.iconfont {
|
|
|
+ font-family: "iconfont" !important;
|
|
|
+ font-size: 21px;
|
|
|
+ font-style: normal;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
+}
|
|
|
+
|
|
|
+.icon-flowmeter:before {
|
|
|
+ content: "\e675";
|
|
|
+}
|
|
|
+
|
|
|
+.icon-gasValve:before {
|
|
|
+ content: "\e790";
|
|
|
+}
|
|
|
+
|
|
|
+.icon-waterValve:before {
|
|
|
+ content: "\e62d";
|
|
|
+}
|
|
|
+
|