forked from Greenstand/treetracker-web-map-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathicon_style.css
More file actions
109 lines (104 loc) · 2.04 KB
/
icon_style.css
File metadata and controls
109 lines (104 loc) · 2.04 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
@charset "UTF-8";
@font-face {
font-family: "icon_font";
src:url("fonts/icon_font.eot");
src:url("fonts/icon_font.eot?#iefix") format("embedded-opentype"),
url("fonts/icon_font.woff") format("woff"),
url("fonts/icon_font.ttf") format("truetype"),
url("fonts/icon_font.svg#untitled-font-1") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "icon_font" !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-"]:before,
[class*=" icon-"]:before {
font-family: "icon_font" !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-angle-left:before {
content: "\61";
}
.icon-angle-down:before {
content: "\62";
}
.icon-angle-right:before {
content: "\63";
}
.icon-angle-up:before {
content: "\64";
}
.icon-expand:before {
content: "\65";
}
.icon-github-square:before {
content: "\66";
}
.icon-github-alt:before {
content: "\67";
}
.icon-github:before {
content: "\68";
}
.icon-hand-pointer-o:before {
content: "\69";
}
.icon-instagram:before {
content: "\6a";
}
.icon-linkedin-square:before {
content: "\6b";
}
.icon-map-pin:before {
content: "\6c";
}
.icon-picture-o:before {
content: "\6d";
}
.icon-street-view:before {
content: "\6e";
}
.icon-youtube-square:before {
content: "\6f";
}
.icon-squirrel:before {
content: "\70";
}
.icon-social-squidoo:before {
content: "\71";
}
.icon-map:before {
content: "\72";
}
.icon-guide-dog:before {
content: "\73";
}
.icon-globe:before {
content: "\74";
}
.icon-paypal:before {
content: "\75";
}
.icon-rocket:before {
content: "\76";
}
.icon-blank-pin:before {
content: "\77";
}