fonts.css
2.88 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
@charset "UTF-8";
@font-face {
font-family: "vx-fonts";
src:url("fonts/vx-fonts.eot");
src:url("fonts/vx-fonts.eot?#iefix") format("embedded-opentype"),
url("fonts/vx-fonts.woff") format("woff"),
url("fonts/vx-fonts.ttf") format("truetype"),
url("fonts/vx-fonts.svg#vx-fonts") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "vx-fonts" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="vx-"]:before,
[class*=" vx-"]:before {
font-family: "vx-fonts" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.vx-bin-2:before {
content: "a";
}
.vx-minus-3:before {
content: "b";
}
.vx-add-4:before {
content: "c";
}
.vx-add-3:before {
content: "d";
}
.vx-add-2:before {
content: "e";
}
.vx-loop-1:before {
content: "f";
}
.vx-refresh:before {
content: "g";
}
.vx-check-4:before {
content: "h";
}
.vx-cross-1:before {
content: "i";
}
.vx-check-1:before {
content: "j";
}
.vx-check-2:before {
content: "k";
}
.vx-chat-2:before {
content: "l";
}
.vx-chat-1:before {
content: "m";
}
.vx-check-3:before {
content: "n";
}
.vx-check-bubble:before {
content: "o";
}
.vx-check-shield:before {
content: "p";
}
.vx-cross-shield:before {
content: "q";
}
.vx-check-list:before {
content: "r";
}
.vx-cross-bubble:before {
content: "s";
}
.vx-setting-gear:before {
content: "t";
}
.vx-scale:before {
content: "u";
}
.vx-clock-3:before {
content: "v";
}
.vx-dollar-bag:before {
content: "w";
}
.vx-dollar-currency-1:before {
content: "x";
}
.vx-lock-unlock-2:before {
content: "y";
}
.vx-lock-2:before {
content: "z";
}
.vx-lock-1:before {
content: "A";
}
.vx-lock-unlock-1:before {
content: "B";
}
.vx-wrench:before {
content: "C";
}
.vx-bubble-ask-2:before {
content: "D";
}
.vx-bubble-ask-1:before {
content: "E";
}
.vx-baloon:before {
content: "F";
}
.vx-bubble-attention-4:before {
content: "G";
}
.vx-bubble-attention-6:before {
content: "H";
}
.vx-user-2:before {
content: "I";
}
.vx-arrow-46:before {
content: "J";
}
.vx-arrow-50:before {
content: "K";
}
.vx-arrow-49:before {
content: "L";
}
.vx-arrow-53:before {
content: "M";
}
.vx-arrow-54:before {
content: "N";
}
.vx-arrow-42:before {
content: "O";
}
.vx-arrow-58:before {
content: "P";
}
.vx-arrow-59:before {
content: "Q";
}
.vx-arrow-60:before {
content: "R";
}
.vx-arrow-62:before {
content: "S";
}
.vx-arrow-70:before {
content: "T";
}
.vx-arrow-circle-28:before {
content: "U";
}