cuiqian2004
8 天以前 f57571f987f3d25730123f488fccdfa3158ec5b1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
@font-face {
  font-family: "mobox_userfont"; /* Project id  */
  src: url('./mobox_userfont.ttf?t=1672823197904') format('truetype');
  font-weight: normal;
  font-style: normal;
}
 
[class^="fu-"], [class*=" fu-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mobox_userfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fu-yuyin:before {
  content: "\e805";
}
 
.fu-add:before {
  content: "\e612";
}
 
.fu-chexiao:before {
  content: "\e734";
}
.fu-shengyin:before {
  content: "\e665";
}
.fu-shengyin2:before {
  content: "\e665";
  transform: rotate(180deg);
}
.fu-voice:before {
  content: "\e613";
}
 
.fu-imkeyboard:before {
  content: "\e626";
}
.fu-list:before {
  content: "\e69f";
}
.fu-list1:before {
  content: "\e6be";
}