king
2 天以前 047dbd742341e268ca772eda8d2ff0b6ba09cb44
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: 'anticonicon';
  src:  url('../font/minkeicon.eot?httt7e');
  src:  url('../font/minkeicon.eot?httt7e#iefix') format('embedded-opentype'),
    /* url('../font/minkeicon.ttf?httt7e') format('truetype'),
    url('../font/minkeicon.woff?httt7e') format('woff'), */
    url('../font/minkeicon.svg?httt7e#minkeicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
 
[class^="anticon-"], [class*=" anticon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'anticonicon' !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;
}
 
.anticon-check-circle-o:before {
  content: "\e900";
}
.anticon-dashboard:before {
  content: "\e901";
}
.anticon-form:before {
  content: "\e902";
}
.anticon-highlight:before {
  content: "\e903";
}
.anticon-profile:before {
  content: "\e904";
}
.anticon-table:before {
  content: "\e905";
}
.anticon-user:before {
  content: "\e906";
}
.anticon-warning:before {
  content: "\e907";
}