-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathg3k-font.css
163 lines (158 loc) · 2.98 KB
/
g3k-font.css
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
@charset "UTF-8";
@font-face {
font-family: "g3k";
src:url("fonts/g3k.eot");
src:url("fonts/g3kd41d.eot?#iefix") format("embedded-opentype"),
url("fonts/g3k.woff") format("woff"),
url("fonts/g3k.ttf") format("truetype"),
url("fonts/g3k.svg#g3k") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "g3k" !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^="icon-g3k-"]:before,
[class*=" icon-g3k-"]:before {
font-family: "g3k" !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;
}
.icon-g3k-icono-codigo-just-icon:before {
content: "\43";
}
.icon-g3k-icono-3-1:before {
content: "\33";
}
.icon-g3k-icono-g-1:before {
content: "\47";
}
.icon-g3k-icono-habilidades:before {
content: "\68";
}
.icon-g3k-icono-k-1:before {
content: "\4b";
}
.icon-g3k-icono-trangulo:before {
content: "\74";
}
.icon-g3k-icono-triforce:before {
content: "\66";
}
.icon-g3k-icono-portafolio:before {
content: "\70";
}
.icon-g3k-icono-laptop:before {
content: "\6c";
}
.icon-g3k-icono-monitor:before {
content: "\6d";
}
.icon-g3k-icono-smartphone:before {
content: "\73";
}
.icon-g3k-icono-tablet:before {
content: "\49";
}
.icon-g3k-dribbble:before {
content: "\64";
}
.icon-g3k-comment:before {
content: "\34";
}
.icon-g3k-cancel:before {
content: "\78";
}
.icon-g3k-check:before {
content: "\53";
}
.icon-g3k-facebook-squared:before {
content: "\46";
}
.icon-g3k-gplus:before {
content: "\67";
}
.icon-g3k-skype:before {
content: "\31";
}
.icon-g3k-twitter:before {
content: "\54";
}
.icon-g3k-vimeo:before {
content: "\77";
}
.icon-g3k-mail:before {
content: "\65";
}
.icon-g3k-download:before {
content: "\35";
}
.icon-g3k-html5:before {
content: "\36";
}
.icon-g3k-github:before {
content: "\30";
}
.icon-g3k-deviantart:before {
content: "\48";
}
.icon-g3k-path-circled:before {
content: "\50";
}
.icon-g3k-ink-pen:before {
content: "\37";
}
.icon-g3k-phone-1:before {
content: "\38";
}
.icon-g3k-radar-2:before {
content: "\52";
}
.icon-g3k-smart-phone-2:before {
content: "\39";
}
.icon-g3k-youtube:before {
content: "\59";
}
.icon-g3k-vcard:before {
content: "\32";
}
.icon-g3k-vector:before {
content: "\44";
}
.icon-g3k-linkedin-alt:before {
content: "\4c";
}
.icon-g3k-behance-1:before {
content: "\61";
}
.icon-g3k-icono-g3k:before {
content: "\45";
}
.icon-g3k-icono-g3klogo:before {
content: "\6a";
}
.icon-g3k-icono-codepen:before {
content: "\63";
}
.icon-g3k-icono-contacto:before {
content: "\69";
}
.icon-g3k-behance-square:before {
content: "\42";
}